-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter01.tex
More file actions
24 lines (22 loc) · 771 Bytes
/
chapter01.tex
File metadata and controls
24 lines (22 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\chapter{\uppercase{Introduction}} \label{chapter:01}
% \section{Preliminaries}
% Talk about the collection of noisy data, the types of inferences one may be interested in making from them.
% Roughly breaks down into
% \begin{itemize}
% \item Parameter Identification
% \item Distribution Estimation
% \end{itemize}
%
% Motivations break down by
%
% \begin{itemize}
% \item Direct inference on something of interest
% \item Inference for the purpose of prediction
% \item Description of uncertainty around either of the aforementioned
% \end{itemize}
\input{intro/intro.tex}
\section{The Data-Consistent Framework}\label{sec:framework}
\input{intro/framework.tex}
\input{intro/comparison.tex}
\input{intro/comparison-example.tex}
\input{intro/properties.tex}