26 lines
634 B
TeX
26 lines
634 B
TeX
\documentclass[12pt]{book}
|
|
|
|
\input{../../header}
|
|
|
|
\lstset{inputpath=../code}
|
|
\graphicspath{{figures/}}
|
|
|
|
\typein[\pagenumber]{Number of first page}
|
|
\typein[\chapternumber]{Chapter number}
|
|
\setcounter{page}{\pagenumber}
|
|
\setcounter{chapter}{\chapternumber}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\input{bootstrap}
|
|
|
|
\section{TODO}
|
|
\begin{itemize}
|
|
\item Proper introduction of confidence intervals
|
|
\item Proper introduction of statistical tests (significance, power, etc.)
|
|
\end{itemize}
|
|
|
|
\end{document}
|