\section{MPF$<$ BM\_\-T $>$ Class Template Reference} \label{classMPF}\index{MPF@{MPF}} Marginalized Particle filter. {\tt \#include $<$libPF.h$>$} Inheritance diagram for MPF$<$ BM\_\-T $>$:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=62pt]{classMPF__inherit__graph} \end{center} \end{figure} Collaboration diagram for MPF$<$ BM\_\-T $>$:\nopagebreak \begin{figure}[H] \begin{center} \leavevmode \includegraphics[width=159pt]{classMPF__coll__graph} \end{center} \end{figure} \subsection*{Public Member Functions} \begin{CompactItemize} \item {\bf MPF} (const {\bf RV} \&rvlin, const {\bf RV} \&rvpf, {\bf mpdf} \&par0, {\bf mpdf} \&obs0, int {\bf n}, const BM\_\-T \&BMcond0)\label{classMPF_fc5e11e11eec3195e3c6503937bf02bd} \begin{CompactList}\small\item\em Default constructor. \item\end{CompactList}\item void {\bf bayes} (const vec \&dt) \begin{CompactList}\small\item\em Incremental Bayes rule. \item\end{CompactList}\item {\bf epdf} \& {\bf \_\-epdf} ()\label{classMPF_549e08268a46a250f21a33d06f19276a} \begin{CompactList}\small\item\em Returns a pointer to the \doxyref{epdf}{p.}{classepdf} representing posterior density on parameters. Use with care! \item\end{CompactList}\item void {\bf set\_\-est} (const {\bf epdf} \&epdf0)\label{classMPF_7c66e1c1c0e45fc4ae765133cb3a1553} \begin{CompactList}\small\item\em Set postrior of {\tt rvc} to samples from epdf0. Statistics of Bms are not re-computed! Use only for initialization! \item\end{CompactList}\item void {\bf bayes} (mat Dt)\label{classBM_87b07867fd4c133aa89a18543f68d9f9} \begin{CompactList}\small\item\em Batch Bayes rule (columns of Dt are observations). \item\end{CompactList}\item const {\bf RV} \& {\bf \_\-rv} () const \label{classBM_126bd2595c48e311fc2a7ab72876092a} \begin{CompactList}\small\item\em access function \item\end{CompactList}\item double {\bf \_\-ll} () const \label{classBM_87f4a547d2c29180be88175e5eab9c88} \begin{CompactList}\small\item\em access function \item\end{CompactList}\end{CompactItemize} \subsection*{Public Attributes} \begin{CompactItemize} \item double \textbf{SSAT}\label{classMPF_65b869f3cde2e8d3cfcc2752d14d1ca6} \end{CompactItemize} \subsection*{Protected Attributes} \begin{CompactItemize} \item int {\bf n}\label{classPF_2c2f44ed7a4eaa42e07bdb58d503f280} \begin{CompactList}\small\item\em number of particles; \item\end{CompactList}\item {\bf eEmp} {\bf est}\label{classPF_1a0a09e309da997f63ae8e30d1e9806b} \begin{CompactList}\small\item\em posterior density \item\end{CompactList}\item vec \& {\bf \_\-w}\label{classPF_5c87aba508df321ff26536ced64dbb3a} \begin{CompactList}\small\item\em pointer into {\tt \doxyref{eEmp}{p.}{classeEmp}} \item\end{CompactList}\item Array$<$ vec $>$ \& {\bf \_\-samples}\label{classPF_cf7dad75e31215780a746c30e71ad9c5} \begin{CompactList}\small\item\em pointer into {\tt \doxyref{eEmp}{p.}{classeEmp}} \item\end{CompactList}\item {\bf mpdf} \& {\bf par}\label{classPF_d92ac103f88f8c21e197e90af5695a09} \begin{CompactList}\small\item\em Parameter evolution model. \item\end{CompactList}\item {\bf mpdf} \& {\bf obs}\label{classPF_dd0a687a4515333d6809147335854e77} \begin{CompactList}\small\item\em Observation model. \item\end{CompactList}\item {\bf RV} {\bf rv}\label{classBM_af00f0612fabe66241dd507188cdbf88} \begin{CompactList}\small\item\em Random variable of the posterior. \item\end{CompactList}\item double {\bf ll}\label{classBM_5623fef6572a08c2b53b8c87b82dc979} \begin{CompactList}\small\item\em Logarithm of marginalized data likelihood. \item\end{CompactList}\item bool {\bf evalll}\label{classBM_bf6fb59b30141074f8ee1e2f43d03129} \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 time. \item\end{CompactList}\end{CompactItemize} \subsection*{Classes} \begin{CompactItemize} \item class \textbf{mpfepdf} \begin{CompactList}\small\item\em internal class for MPDF providing composition of \doxyref{eEmp}{p.}{classeEmp} with external components \item\end{CompactList}\end{CompactItemize} \subsection{Detailed Description} \subsubsection*{template$<$class BM\_\-T$>$ class MPF$<$ BM\_\-T $>$} Marginalized Particle filter. Trivial version: proposal = parameter evolution, observation model is not used. (it is assumed to be part of \doxyref{BM}{p.}{classBM}). \subsection{Member Function Documentation} \index{MPF@{MPF}!bayes@{bayes}} \index{bayes@{bayes}!MPF@{MPF}} \subsubsection[bayes]{\setlength{\rightskip}{0pt plus 5cm}template$<$class BM\_\-T$>$ void {\bf MPF}$<$ BM\_\-T $>$::bayes (const vec \& {\em dt})\hspace{0.3cm}{\tt [inline, virtual]}}\label{classMPF_55daf8e4b6553dd9f47c692de7931623} Incremental Bayes rule. \begin{Desc} \item[Parameters:] \begin{description} \item[{\em dt}]vector of input data \end{description} \end{Desc} Reimplemented from {\bf PF} \doxyref{}{p.}{classPF_64f636bbd63bea9efd778214e6b631d3}. References PF::\_\-samples, PF::\_\-w, PF::est, PF::n, PF::par, eEmp::resample(), and mpdf::samplecond(). The documentation for this class was generated from the following file:\begin{CompactItemize} \item work/git/mixpp/bdm/estim/{\bf libPF.h}\end{CompactItemize}