-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBMH_layout.txt
56 lines (36 loc) · 1.56 KB
/
BMH_layout.txt
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
# Bayesian Methods for Hackers Layout
\section{ Preamble}
\section{ Introduction }
\
\subsection{How does bayesian inference differ?}
\subsection{ PyMC }
\section{Further PyMC}
#flexible about what this section is. Basically it's more intro to the
syntax of PyMC, with examples + distributions.
\section{ Would you rather lose an arm or a leg? }
#Introduction to loss functions and point estimation.
\subsection{ Loss functions for parameters}
\subsection{ Why we should be interested in expected values }
\subsubsection{ Optimization with scipy.optimize }
\subsection{ Point estimate for predictions }
\section{ The greatest theorem never told }
#This is about the law of large numbers and how a bayesian uses it for estimates.
\section{What should my prior look like?}
\subsection{Noninformative priors...}
\subsection{Noninformative priors do not exist}
\subsection{Good choices of priors }
\section{ Bayesian Networks }
#I do not know too much about this.
\section{More hacking with PyMC}
#some examples from that PyMC website.
\section{ More examples of Bayesian analysis}
\subsection{ For the interested: We already do perform Bayesian inference! }
#This is about least-squares solution equivilance to minimization of normal errors, similarly Lasso and Elastic Net solutions.
\section{ Conclusion }
\section{Appendix}
\subsection{A}
#Chart of distributions and their support
\subsection{B}
#Appendix on MCMC
\section{C}
#Proofs