diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-04-27 17:36:57 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-04-27 17:36:57 -0400 |
| commit | 5e4ad2777acc4c2420514e39fb98b7cf2e200996 (patch) | |
| tree | 276c075048e85426436db8babf0ca1f37e9fdba2 /chapters/dynamic-extension-sampling.tex | |
| download | dissertation-5e4ad2777acc4c2420514e39fb98b7cf2e200996.tar.gz | |
Initial commit
Diffstat (limited to 'chapters/dynamic-extension-sampling.tex')
| -rw-r--r-- | chapters/dynamic-extension-sampling.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chapters/dynamic-extension-sampling.tex b/chapters/dynamic-extension-sampling.tex new file mode 100644 index 0000000..58db672 --- /dev/null +++ b/chapters/dynamic-extension-sampling.tex @@ -0,0 +1,22 @@ +\chapter{Dynamic Extension Framework for Sampling Indexes} +\label{chap:sampling} + +\begin{center} + \emph{The following chapter is an adaptation of work completed in collaboration with Dr. Dong Xie and published + in PACMMOD Volume 1, Issue 4 (December 2023) under the title "Practical Dynamic Extension of Sampling Indexes". + } + \hrule +\end{center} + +\input{chapters/sigmod23/introduction} +\input{chapters/sigmod23/background} +\input{chapters/sigmod23/framework} +\input{chapters/sigmod23/examples} +\input{chapters/sigmod23/extensions} +\input{chapters/sigmod23/experiment} +\input{chapters/sigmod23/exp-parameter-space} +\input{chapters/sigmod23/exp-baseline} +\input{chapters/sigmod23/exp-extensions} +%\input{chapters/sigmod23/relatedwork} +\input{chapters/sigmod23/conclusion} + |