MPF< BM_T > Class Template Reference

Marginalized Particle filter. More...

#include <libPF.h>

Inheritance diagram for MPF< BM_T >:

Inheritance graph
[legend]
Collaboration diagram for MPF< BM_T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 MPF (const RV &rv0, mpdf &par0, mpdf &obs0, int n, const BM_T &BMcond0)
 Default constructor.
void bayes (const vec &dt)
 Incremental Bayes rule.
epdf_epdf ()
 Returns a pointer to the epdf representing posterior density on parameters. Use with care!
void set_est (const epdf *&epdf0)
void bayes (mat Dt)
 Batch Bayes rule (columns of Dt are observations).

Protected Attributes

int n
 number of particles;
eEmp ePdf
 posterior density
vec & w
 pointer into eEmp
Array< vec > & samples
 pointer into eEmp
mpdfpar
 Parameter evolution model.
mpdfobs
 Observation model.
RV rv
 Random variable of the posterior.
double ll
 Logarithm of marginalized data likelihood.
bool evalll
 If true, the filter will compute likelihood of the data record and store it in ll . Set to false if you want to save time.


Detailed Description

template<class BM_T>
class MPF< BM_T >

Marginalized Particle filter.

Member Function Documentation

template<class BM_T>
void MPF< BM_T >::bayes ( const vec &  dt  )  [inline, virtual]

Incremental Bayes rule.

Parameters:
dt vector of input data

Reimplemented from PF.


The documentation for this class was generated from the following file:
Generated on Thu Feb 28 16:54:55 2008 for mixpp by  doxygen 1.5.3