This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/scientificcomputing-script.tex

45 lines
1.3 KiB
TeX

\documentclass[12pt]{report}
\input{header}
\setcounter{maxexercise}{10000} % show listings up to exercise maxexercise
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}{bootstrap/lecture/}{bootstrap/lecture/figures/}{likelihood/lecture/}{likelihood/lecture/figures/}{pointprocesses/lecture/}{pointprocesses/lecture/figures/}{programming/lectures/images/}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\tableofcontents
\lstset{inputpath=programming/code}
\include{programming/lectures/programming}
\lstset{inputpath=statistics/code}
\include{statistics/lecture/statistics}
\lstset{inputpath=bootstrap/code}
\include{bootstrap/lecture/bootstrap}
\lstset{inputpath=regression/code}
\include{regression/lecture/linear_regression}
\lstset{inputpath=likelihood/code}
\include{likelihood/lecture/likelihood}
\lstset{inputpath=pointprocesses/code/}
\renewcommand{\texinputpath}{pointprocesses/lecture/}
\include{pointprocesses/lecture/pointprocesses}
lstset{inputpath=spike_trains/code/}
\renewcommand{\texinputpath}{spike_trains/lecture/}
\include{spike_trains/lecture/psth_sta}
\lstset{inputpath=designpattern/code/}
\include{designpattern/lecture/designpattern}
\end{document}