#include <NonLinearPrismaticMeasurementPdf.h>
Public Member Functions | |
| 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 Get low order statistic (Expected Value) of this AnalyticPdf. | |
| NonLinearPrismaticMeasurementPdf (const Gaussian &additiveNoise) | |
| Constructor. | |
| virtual | ~NonLinearPrismaticMeasurementPdf () |
| Destructor. | |
Private Attributes | |
| MatrixWrapper::Matrix | dfx |
Definition at line 40 of file NonLinearPrismaticMeasurementPdf.h.
| NonLinearPrismaticMeasurementPdf::NonLinearPrismaticMeasurementPdf | ( | const Gaussian & | additiveNoise | ) |
Constructor.
Definition at line 11 of file NonLinearPrismaticMeasurementPdf.cpp.
Destructor.
Definition at line 18 of file NonLinearPrismaticMeasurementPdf.cpp.
| MatrixWrapper::Matrix NonLinearPrismaticMeasurementPdf::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 |
Definition at line 42 of file NonLinearPrismaticMeasurementPdf.cpp.
| MatrixWrapper::ColumnVector NonLinearPrismaticMeasurementPdf::ExpectedValueGet | ( | ) | const [virtual] |
Get the expected value E[x] of the pdf Get low order statistic (Expected Value) of this AnalyticPdf.
Definition at line 23 of file NonLinearPrismaticMeasurementPdf.cpp.
MatrixWrapper::Matrix BFL::NonLinearPrismaticMeasurementPdf::dfx [mutable, private] |
Definition at line 71 of file NonLinearPrismaticMeasurementPdf.h.