UnscentedTransformationModel Class Template Reference

Inheritance diagram for UnscentedTransformationModel:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<class T = unsigned int>
class indii::ml::filter::UnscentedTransformationModel< T >

UnscentedTransformation compatible model.

Represents the function $f$ through which the Gaussian distributed random variable will be propagated.

Author:
Lawrence Murray <lawrence@indii.org>
Version:
Rev
Date:
Date

Definition at line 20 of file UnscentedTransformationModel.hpp.


Public Member Functions

virtual ~UnscentedTransformationModel ()=0
 Destructor.
virtual
indii::ml::aux::vector 
propagate (const indii::ml::aux::vector &X, T delta=0)=0
 Propagate a sigma point $\mathcal{X}_i$ through the function $f$.

Constructor & Destructor Documentation

~UnscentedTransformationModel (  )  [inline, pure virtual]

Destructor.

Definition at line 46 of file UnscentedTransformationModel.hpp.


Member Function Documentation

virtual indii::ml::aux::vector propagate ( const indii::ml::aux::vector X,
delta = 0 
) [pure virtual]

Propagate a sigma point $\mathcal{X}_i$ through the function $f$.

Parameters:
X $\mathcal{X}_i$; the sigma point.
delta $\Delta t$; length of time through which to propagate the sigma point, if relevant.
Returns:
$\mathcal{Y}_i = f(\mathcal{X}_i,\Delta t)$


Generated on Wed Dec 17 15:11:58 2008 for dysii Dynamical Systems Library by  doxygen 1.5.3