22 #define MEASMODEL_NUMCONDARGUMENTS 1 23 #define MEASMODEL_DIMENSION 1 45 ColumnVector expected_measurement(1);
48 expected_measurement(1) = 2 * state;
Class representing Gaussian (or normal density)
Abstract Class representing conditional Pdfs P(x | ...)
const int & ConditionalArgumentGet(unsigned int n_argument) const
Get the n-th argument of the list.
Class representing a probability (a double between 0 and 1)
virtual Probability ProbabilityGet(const MatrixWrapper::ColumnVector &input) const
Get the probability of a certain argument.