Proposal Density for non-linear systems with additive Gaussian Noise (using a (analytic) Filter) More...
#include <filterproposaldensity.h>

Public Member Functions | |
| virtual MatrixWrapper::SymmetricMatrix | CovarianceGet () const |
| Get the Covariance Matrix E[(x - E[x])^2] of the Analytic pdf. | |
| virtual MatrixWrapper::Matrix | dfGet (unsigned int i) const |
| returns derivative from function to n-th conditional variable | |
| virtual MatrixWrapper::ColumnVector | ExpectedValueGet () const |
| Get the expected value E[x] of the pdf. | |
| FilterProposalDensity (AnalyticSystemModelGaussianUncertainty *SysModel, AnalyticMeasurementModelGaussianUncertainty *MeasModel) | |
| Constructor. | |
| FilterProposalDensity (const FilterProposalDensity &fpd) | |
| Copy constructor. | |
| void | MeasurementModelSet (AnalyticMeasurementModelGaussianUncertainty *MeasModel) |
| Set Measurementmodel. | |
| void | SampleCovSet (MatrixWrapper::SymmetricMatrix &cov) |
| Set SampleCov. | |
| void | SystemModelSet (AnalyticSystemModelGaussianUncertainty *SysModel) |
| Set SystemModel. | |
| virtual | ~FilterProposalDensity () |
| Destructor. | |
Protected Member Functions | |
| virtual void | FilterStep () const |
| internal method | |
Protected Attributes | |
| Filter < MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > * | _filter |
| AnalyticMeasurementModelGaussianUncertainty * | _measmodel |
| MatrixWrapper::SymmetricMatrix | _sample_cov |
| AnalyticSystemModelGaussianUncertainty * | _sysmodel |
| Gaussian * | _TmpPrior |
Proposal Density for non-linear systems with additive Gaussian Noise (using a (analytic) Filter)
Calculates an importance density for all systems of the form
This means all systems with a system equation and measurement equation that use a AnalyticConditionalGaussian Class. It uses a Filter to generate a proposal
Definition at line 40 of file filterproposaldensity.h.
| BFL::FilterProposalDensity::FilterProposalDensity | ( | AnalyticSystemModelGaussianUncertainty * | SysModel, |
| AnalyticMeasurementModelGaussianUncertainty * | MeasModel | ||
| ) |
Constructor.
| SysModel | |
| MeasModel |
| virtual BFL::FilterProposalDensity::~FilterProposalDensity | ( | ) | [virtual] |
Destructor.
| virtual MatrixWrapper::SymmetricMatrix BFL::FilterProposalDensity::CovarianceGet | ( | ) | const [virtual] |
Get the Covariance Matrix E[(x - E[x])^2] of the Analytic pdf.
Get first order statistic (Covariance) of this AnalyticPdf
Reimplemented from BFL::BFL::Pdf< MatrixWrapper::ColumnVector >.
| virtual MatrixWrapper::Matrix BFL::FilterProposalDensity::dfGet | ( | unsigned int | i | ) | const [virtual] |
returns derivative from function to n-th conditional variable
| i | Number of the conditional variable to use for partial derivation |
Reimplemented from BFL::AnalyticConditionalGaussian.
| virtual MatrixWrapper::ColumnVector BFL::FilterProposalDensity::ExpectedValueGet | ( | ) | const [virtual] |
Get the expected value E[x] of the pdf.
Get low order statistic (Expected Value) of this AnalyticPdf
Reimplemented from BFL::BFL::Pdf< MatrixWrapper::ColumnVector >.
| virtual void BFL::FilterProposalDensity::FilterStep | ( | ) | const [protected, virtual] |
internal method
| void BFL::FilterProposalDensity::MeasurementModelSet | ( | AnalyticMeasurementModelGaussianUncertainty * | MeasModel | ) |
Set Measurementmodel.
| MeasModel |
| void BFL::FilterProposalDensity::SampleCovSet | ( | MatrixWrapper::SymmetricMatrix & | cov | ) |
Set SampleCov.
| cov |
| void BFL::FilterProposalDensity::SystemModelSet | ( | AnalyticSystemModelGaussianUncertainty * | SysModel | ) |
Set SystemModel.
| SysModel |
Filter<MatrixWrapper::ColumnVector,MatrixWrapper::ColumnVector>* BFL::FilterProposalDensity::_filter [mutable, protected] |
Definition at line 82 of file filterproposaldensity.h.
Definition at line 85 of file filterproposaldensity.h.
MatrixWrapper::SymmetricMatrix BFL::FilterProposalDensity::_sample_cov [protected] |
Definition at line 87 of file filterproposaldensity.h.
Definition at line 84 of file filterproposaldensity.h.
Gaussian* BFL::FilterProposalDensity::_TmpPrior [mutable, protected] |
Definition at line 81 of file filterproposaldensity.h.