-
Notifications
You must be signed in to change notification settings - Fork 1
/
Chapter-5_compact.tex
58 lines (48 loc) · 1.39 KB
/
Chapter-5_compact.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\documentclass[compress,trans,9pt]{beamer}
% \documentclass[9pt]{beamer}
%\documentclass[compress,9pt,usenames,dvipsnames]{beamer}
% \usepackage[utf8]{inputenc}
% \includeonlyframes{current}
\input{Common}
\begin{document}
\AtBeginSection[]
{
\begin{frame}<beamer>
\frametitle{Plan}
\tableofcontents[currentsection]
\end{frame}
}
%-------------- start slide -------------------------------%{{{
\begin{frame}[noframenumbering]
\titlepage
\end{frame}
%-------------- end slide -------------------------------%}}}
% \begin{frame}{Outline}
% \tableofcontents
% % You might wish to add the option [pausesections]
% \end{frame}
%-------------- start slide -------------------------------%{{{
\begin{frame}
\begin{center}
\huge
Chapter 5: Estimation
\end{center}
\end{frame}
%-------------- end slide -------------------------------%}}}
\section{\S\: 5.1 Introduction}
\input{Section_5-1}
\section{\S\: 5.2 Estimating parameters: MLE and MME}
\input{Section_5-2}
\section{\S\: 5.3 Interval Estimation}
% \input{Section_5-3}
% \section{\S\: 5.4 Properties of Estimators}
% \input{Section_5-4}
% \section{\S\: 5.5 Minimum-Variance Estimators: The Cram\'er-Rao Lower Bound}
% \input{Section_5-5}
% \section{\S\: 5.6 Sufficient Estimators}
% \input{Section_5-6}
% \section{\S\: 5.7 Consistency}
% \input{Section_5-7}
% \section{\S\: 5.8 Bayesian Estimation}
% \input{Section_5-8}
\end{document}