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