diff --git a/scientificcomputing-script.tex b/scientificcomputing-script.tex index 7627470..306a84a 100644 --- a/scientificcomputing-script.tex +++ b/scientificcomputing-script.tex @@ -225,7 +225,7 @@ \tableofcontents \renewcommand{\codepath}{statistics/code/} -\include{statistics/lecture/descriptivestatistics} +\include{statistics/lecture/statistics} \renewcommand{\codepath}{bootstrap/code/} \include{bootstrap/lecture/bootstrap} diff --git a/statistics/lecture/Makefile b/statistics/lecture/Makefile index 0c28bef..445913e 100644 --- a/statistics/lecture/Makefile +++ b/statistics/lecture/Makefile @@ -1,4 +1,4 @@ -BASENAME=descriptivestatistics +BASENAME=statistics PYFILES=$(wildcard *.py) PYPDFFILES=$(PYFILES:.py=.pdf) diff --git a/statistics/lecture/descriptivestatistics-chapter.tex b/statistics/lecture/statistics-chapter.tex similarity index 99% rename from statistics/lecture/descriptivestatistics-chapter.tex rename to statistics/lecture/statistics-chapter.tex index 6d498e2..d43ca3e 100644 --- a/statistics/lecture/descriptivestatistics-chapter.tex +++ b/statistics/lecture/statistics-chapter.tex @@ -220,7 +220,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} -\include{descriptivestatistics} +\include{statistics} \end{document} diff --git a/statistics/lecture/descriptivestatistics.tex b/statistics/lecture/statistics.tex similarity index 100% rename from statistics/lecture/descriptivestatistics.tex rename to statistics/lecture/statistics.tex