root/doc/latex/classPF.tex @ 192

Revision 180, 9.2 kB (checked in by smidl, 16 years ago)

Modifications of BDM to reflect changes in basics

  • Property svn:eol-style set to native
Line 
1\hypertarget{classPF}{
2\section{PF Class Reference}
3\label{classPF}\index{PF@{PF}}
4}
5Trivial particle filter with proposal density equal to parameter evolution model. 
6
7
8{\tt \#include $<$libPF.h$>$}
9
10Inheritance diagram for PF:\nopagebreak
11\begin{figure}[H]
12\begin{center}
13\leavevmode
14\includegraphics[width=62pt]{classPF__inherit__graph}
15\end{center}
16\end{figure}
17Collaboration diagram for PF:\nopagebreak
18\begin{figure}[H]
19\begin{center}
20\leavevmode
21\includegraphics[width=92pt]{classPF__coll__graph}
22\end{center}
23\end{figure}
24\subsection*{Public Member Functions}
25\begin{CompactItemize}
26\item 
27\hypertarget{classPF_e99f0d866721405dd281e315ecb690aa}{
28\hyperlink{classPF_e99f0d866721405dd281e315ecb690aa}{PF} (const \hyperlink{classRV}{RV} \&rv0, \hyperlink{classmpdf}{mpdf} \&par0, \hyperlink{classmpdf}{mpdf} \&obs0, int n0)}
29\label{classPF_e99f0d866721405dd281e315ecb690aa}
30
31\begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item 
32\hypertarget{classPF_04d38fbcc0348b558212f530d9ec183e}{
33void \hyperlink{classPF_04d38fbcc0348b558212f530d9ec183e}{set\_\-est} (const \hyperlink{classepdf}{epdf} \&epdf0)}
34\label{classPF_04d38fbcc0348b558212f530d9ec183e}
35
36\begin{CompactList}\small\item\em Set posterior density by sampling from epdf0. \item\end{CompactList}\item 
37void \hyperlink{classPF_64f636bbd63bea9efd778214e6b631d3}{bayes} (const vec \&dt)
38\begin{CompactList}\small\item\em Incremental Bayes rule. \item\end{CompactList}\item 
39\hypertarget{classBM_0186270f75189677f390fe088a9947e9}{
40virtual void \hyperlink{classBM_0186270f75189677f390fe088a9947e9}{bayesB} (const mat \&Dt)}
41\label{classBM_0186270f75189677f390fe088a9947e9}
42
43\begin{CompactList}\small\item\em Batch Bayes rule (columns of Dt are observations). \item\end{CompactList}\item 
44\hypertarget{classBM_8554809fec160bee279bcd5fa14ead5c}{
45virtual const \hyperlink{classepdf}{epdf} \& \hyperlink{classBM_8554809fec160bee279bcd5fa14ead5c}{\_\-epdf} () const =0}
46\label{classBM_8554809fec160bee279bcd5fa14ead5c}
47
48\begin{CompactList}\small\item\em Returns a pointer to the \hyperlink{classepdf}{epdf} representing posterior density on parameters. Use with care! \item\end{CompactList}\item 
49virtual double \hyperlink{classBM_8a8ce6df431689964c41cc6c849cfd06}{logpred} (const vec \&dt) const
50\item 
51\hypertarget{classBM_cd0660f2a1a344b56ac39802708ff165}{
52vec \hyperlink{classBM_cd0660f2a1a344b56ac39802708ff165}{logpred\_\-m} (const mat \&dt) const }
53\label{classBM_cd0660f2a1a344b56ac39802708ff165}
54
55\begin{CompactList}\small\item\em Matrix version of logpred. \item\end{CompactList}\item 
56\hypertarget{classBM_a627c5a79cc6f5221b7e09675525e032}{
57virtual \hyperlink{classepdf}{epdf} $\ast$ \hyperlink{classBM_a627c5a79cc6f5221b7e09675525e032}{predictor} (const \hyperlink{classRV}{RV} \&\hyperlink{classBM_af00f0612fabe66241dd507188cdbf88}{rv})}
58\label{classBM_a627c5a79cc6f5221b7e09675525e032}
59
60\begin{CompactList}\small\item\em Constructs a predictive density (marginal density on data). \item\end{CompactList}\item 
61\hypertarget{classBM_126bd2595c48e311fc2a7ab72876092a}{
62const \hyperlink{classRV}{RV} \& \hyperlink{classBM_126bd2595c48e311fc2a7ab72876092a}{\_\-rv} () const }
63\label{classBM_126bd2595c48e311fc2a7ab72876092a}
64
65\begin{CompactList}\small\item\em access function \item\end{CompactList}\item 
66\hypertarget{classBM_87f4a547d2c29180be88175e5eab9c88}{
67double \hyperlink{classBM_87f4a547d2c29180be88175e5eab9c88}{\_\-ll} () const }
68\label{classBM_87f4a547d2c29180be88175e5eab9c88}
69
70\begin{CompactList}\small\item\em access function \item\end{CompactList}\item 
71\hypertarget{classBM_1ffa9f23669aabecc3760c06c6987522}{
72void \hyperlink{classBM_1ffa9f23669aabecc3760c06c6987522}{set\_\-evalll} (bool evl0)}
73\label{classBM_1ffa9f23669aabecc3760c06c6987522}
74
75\begin{CompactList}\small\item\em access function \item\end{CompactList}\item 
76virtual \hyperlink{classBM}{BM} $\ast$ \hyperlink{classBM_eb58c81d6a7b75b05fc6f276eed78887}{\_\-copy\_\-} (bool changerv=false)
77\end{CompactItemize}
78\subsection*{Protected Attributes}
79\begin{CompactItemize}
80\item 
81\hypertarget{classPF_2c2f44ed7a4eaa42e07bdb58d503f280}{
82int \hyperlink{classPF_2c2f44ed7a4eaa42e07bdb58d503f280}{n}}
83\label{classPF_2c2f44ed7a4eaa42e07bdb58d503f280}
84
85\begin{CompactList}\small\item\em number of particles; \item\end{CompactList}\item 
86\hypertarget{classPF_1a0a09e309da997f63ae8e30d1e9806b}{
87\hyperlink{classeEmp}{eEmp} \hyperlink{classPF_1a0a09e309da997f63ae8e30d1e9806b}{est}}
88\label{classPF_1a0a09e309da997f63ae8e30d1e9806b}
89
90\begin{CompactList}\small\item\em posterior density \item\end{CompactList}\item 
91\hypertarget{classPF_5c87aba508df321ff26536ced64dbb3a}{
92vec \& \hyperlink{classPF_5c87aba508df321ff26536ced64dbb3a}{\_\-w}}
93\label{classPF_5c87aba508df321ff26536ced64dbb3a}
94
95\begin{CompactList}\small\item\em pointer into {\tt \hyperlink{classeEmp}{eEmp}} \item\end{CompactList}\item 
96\hypertarget{classPF_cf7dad75e31215780a746c30e71ad9c5}{
97Array$<$ vec $>$ \& \hyperlink{classPF_cf7dad75e31215780a746c30e71ad9c5}{\_\-samples}}
98\label{classPF_cf7dad75e31215780a746c30e71ad9c5}
99
100\begin{CompactList}\small\item\em pointer into {\tt \hyperlink{classeEmp}{eEmp}} \item\end{CompactList}\item 
101\hypertarget{classPF_d92ac103f88f8c21e197e90af5695a09}{
102\hyperlink{classmpdf}{mpdf} \& \hyperlink{classPF_d92ac103f88f8c21e197e90af5695a09}{par}}
103\label{classPF_d92ac103f88f8c21e197e90af5695a09}
104
105\begin{CompactList}\small\item\em Parameter evolution model. \item\end{CompactList}\item 
106\hypertarget{classPF_dd0a687a4515333d6809147335854e77}{
107\hyperlink{classmpdf}{mpdf} \& \hyperlink{classPF_dd0a687a4515333d6809147335854e77}{obs}}
108\label{classPF_dd0a687a4515333d6809147335854e77}
109
110\begin{CompactList}\small\item\em Observation model. \item\end{CompactList}\item 
111\hypertarget{classBM_af00f0612fabe66241dd507188cdbf88}{
112\hyperlink{classRV}{RV} \hyperlink{classBM_af00f0612fabe66241dd507188cdbf88}{rv}}
113\label{classBM_af00f0612fabe66241dd507188cdbf88}
114
115\begin{CompactList}\small\item\em Random variable of the posterior. \item\end{CompactList}\item 
116\hypertarget{classBM_5623fef6572a08c2b53b8c87b82dc979}{
117double \hyperlink{classBM_5623fef6572a08c2b53b8c87b82dc979}{ll}}
118\label{classBM_5623fef6572a08c2b53b8c87b82dc979}
119
120\begin{CompactList}\small\item\em Logarithm of marginalized data likelihood. \item\end{CompactList}\item 
121\hypertarget{classBM_bf6fb59b30141074f8ee1e2f43d03129}{
122bool \hyperlink{classBM_bf6fb59b30141074f8ee1e2f43d03129}{evalll}}
123\label{classBM_bf6fb59b30141074f8ee1e2f43d03129}
124
125\begin{CompactList}\small\item\em If true, the filter will compute likelihood of the data record and store it in {\tt ll} . Set to false if you want to save computational time. \item\end{CompactList}\end{CompactItemize}
126
127
128\subsection{Detailed Description}
129Trivial particle filter with proposal density equal to parameter evolution model.
130
131Posterior density is represented by a weighted empirical density ({\tt \hyperlink{classeEmp}{eEmp}} ).
132
133\subsection{Member Function Documentation}
134\hypertarget{classPF_64f636bbd63bea9efd778214e6b631d3}{
135\index{PF@{PF}!bayes@{bayes}}
136\index{bayes@{bayes}!PF@{PF}}
137\subsubsection[bayes]{\setlength{\rightskip}{0pt plus 5cm}void PF::bayes (const vec \& {\em dt})\hspace{0.3cm}{\tt  \mbox{[}virtual\mbox{]}}}}
138\label{classPF_64f636bbd63bea9efd778214e6b631d3}
139
140
141Incremental Bayes rule.
142
143\begin{Desc}
144\item[Parameters:]
145\begin{description}
146\item[{\em dt}]vector of input data \end{description}
147\end{Desc}
148
149
150Implements \hyperlink{classBM_a892eff438aab2dd1a9e2efcb7fb5bdf}{BM}.
151
152Reimplemented in \hyperlink{classMPF_55daf8e4b6553dd9f47c692de7931623}{MPF$<$ BM\_\-T $>$}.
153
154References \_\-samples, \_\-w, est, mpdf::evalcond(), n, obs, par, eEmp::resample(), and mpdf::samplecond().\hypertarget{classBM_8a8ce6df431689964c41cc6c849cfd06}{
155\index{PF@{PF}!logpred@{logpred}}
156\index{logpred@{logpred}!PF@{PF}}
157\subsubsection[logpred]{\setlength{\rightskip}{0pt plus 5cm}virtual double BM::logpred (const vec \& {\em dt}) const\hspace{0.3cm}{\tt  \mbox{[}inline, virtual, inherited\mbox{]}}}}
158\label{classBM_8a8ce6df431689964c41cc6c849cfd06}
159
160
161Evaluates predictive log-likelihood of the given data record I.e. marginal likelihood of the data with the posterior integrated out.
162
163Reimplemented in \hyperlink{classARX_e7f9e7823aec9bf7ddc3b42d9b3304c4}{ARX}, \hyperlink{classMixEF_424ca64f36d4e41de7a7e7ae921d35ea}{MixEF}, and \hyperlink{classmultiBM_13e26a61757278981fd8cac9a7ef91eb}{multiBM}.
164
165Referenced by BM::logpred\_\-m().\hypertarget{classBM_eb58c81d6a7b75b05fc6f276eed78887}{
166\index{PF@{PF}!\_\-copy\_\-@{\_\-copy\_\-}}
167\index{\_\-copy\_\-@{\_\-copy\_\-}!PF@{PF}}
168\subsubsection[\_\-copy\_\-]{\setlength{\rightskip}{0pt plus 5cm}virtual {\bf BM}$\ast$ BM::\_\-copy\_\- (bool {\em changerv} = {\tt false})\hspace{0.3cm}{\tt  \mbox{[}inline, virtual, inherited\mbox{]}}}}
169\label{classBM_eb58c81d6a7b75b05fc6f276eed78887}
170
171
172Copy function required in vectors, Arrays of \hyperlink{classBM}{BM} etc. Have to be DELETED manually! Prototype: BM$\ast$ \hyperlink{classBM_eb58c81d6a7b75b05fc6f276eed78887}{\_\-copy\_\-()}\{\hyperlink{classBM}{BM} Tmp$\ast$=new Tmp(this$\ast$); return Tmp; \} 
173
174Reimplemented in \hyperlink{classARX_5de61fbd4f97fa3216760b1f733f5af0}{ARX}.
175
176Referenced by MixEF::init().
177
178The documentation for this class was generated from the following files:\begin{CompactItemize}
179\item 
180work/git/mixpp/bdm/estim/\hyperlink{libPF_8h}{libPF.h}\item 
181work/git/mixpp/bdm/estim/libPF.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.