ARX Class Reference

Ligear-Gaussian autoregressive model. More...

#include <arx.h>

Inheritance diagram for ARX:

Inheritance graph
[legend]
Collaboration diagram for ARX:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ARX (const RV &rv0)
 Default constructor.
virtual void bayes (const vec &dt)=0
 Incremental Bayes rule.
void bayes (mat Dt)
 Batch Bayes rule (columns of Dt are observations).
virtual epdf_epdf ()=0
 Returns a pointer to the epdf representing posterior density on parameters. Use with care!
const RV_rv () const
 access function
double _ll () const
 access function

Protected Attributes

mat V
 Sufficient statistics.
egiw epdf
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

Ligear-Gaussian autoregressive model.

Member Function Documentation

virtual void ARX::bayes ( const vec &  dt  )  [pure virtual]

Incremental Bayes rule.

Parameters:
dt vector of input data

Implements BM.


The documentation for this class was generated from the following file:
Generated on Fri Apr 18 11:15:17 2008 for mixpp by  doxygen 1.5.3