mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-04 17:21:38 -05:00
59 lines
1.4 KiB
TeX
59 lines
1.4 KiB
TeX
\documentclass[british,a4paper,order=firstname]{mathscript}
|
|
\usepackage{mathoperators}
|
|
|
|
\title{\textbf{Applied statistics (spring term 2019)}}
|
|
\author{readers: Dr \person{Ksenia Shalonova} and Dr \person{Nikolai Bode}}
|
|
\date{written by \person{Henry Haustein}}
|
|
|
|
\begin{document}
|
|
\pagenumbering{roman}
|
|
\pagestyle{plain}
|
|
|
|
\maketitle
|
|
|
|
\hypertarget{tocpage}{}
|
|
\tableofcontents
|
|
\bookmark[dest=tocpage,level=1]{Table of contents}
|
|
|
|
\pagebreak
|
|
\pagenumbering{arabic}
|
|
\pagestyle{fancy}
|
|
|
|
\section{Estimating parameters}
|
|
\input{./TeX_files/Estimating_parameters_1}
|
|
\input{./TeX_files/Estimating_parameters_2}
|
|
\pagebreak
|
|
\section{Hypothesis testing}
|
|
\input{./TeX_files/Hypothesis_testing_1}
|
|
\input{./TeX_files/Hypothesis_testing_2}
|
|
\pagebreak
|
|
\section{Bootstrapping}
|
|
\input{./TeX_files/Bootstrapping}
|
|
\pagebreak
|
|
\section{Linear models (Simple linear regression)}
|
|
\input{./TeX_files/Linear_models_SLR}
|
|
\pagebreak
|
|
\section{Linear models (Multiple linear regression)}
|
|
\input{./TeX_files/Linear_models_MLR}
|
|
\pagebreak
|
|
\section{Model building}
|
|
\input{./TeX_files/Model_building}
|
|
\pagebreak
|
|
\section{Experimental design and ANOVA}
|
|
\input{./TeX_files/Experimental_design_and_ANOVA}
|
|
\pagebreak
|
|
\section{Generalised linear models}
|
|
\input{./TeX_files/Generalised_linear_models}
|
|
|
|
\pagebreak
|
|
|
|
\section{Appendix}
|
|
\input{./TeX_files/Weibulls_Distribution}
|
|
%\addcontentsline{toc}{part}{Appendix}
|
|
%\appendix
|
|
|
|
%\printglossary[type=\acronymtype]
|
|
|
|
\printindex
|
|
|
|
\end{document}
|