32 lines
		
	
	
		
			879 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			879 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} 
 | 
						|
 | 
						|
\include{bootstrap}
 | 
						|
 | 
						|
\section{TODO}
 | 
						|
 | 
						|
This chapter easily covers two lectures:
 | 
						|
\begin{itemize}
 | 
						|
\item 1. Bootstrapping with a proper introduction of of confidence intervals
 | 
						|
\item 2. Permutation test with a proper introduction of statistical tests (distribution of nullhypothesis, significance, power, etc.)
 | 
						|
\end{itemize}
 | 
						|
 | 
						|
Add jacknife methods to bootstrapping
 | 
						|
 | 
						|
Add permutation test for significant different means of two distributions.
 | 
						|
 | 
						|
\end{document}
 |