49 SystemPdfGet()->ConditionalArgumentSet(0,x);
50 if (SystemPdfGet()->NumConditionalArgumentsGet() == 2) SystemPdfGet()->ConditionalArgumentSet(1,u);
58 SystemPdfGet()->ConditionalArgumentSet(0,x);
59 if (SystemPdfGet()->NumConditionalArgumentsGet() == 2) SystemPdfGet()->ConditionalArgumentSet(1,u);
60 return SystemPdfGet()->ExpectedValueGet();
67 SystemPdfGet()->ConditionalArgumentSet(0,x);
68 if (SystemPdfGet()->NumConditionalArgumentsGet() == 2) SystemPdfGet()->ConditionalArgumentSet(1,u);
MatrixWrapper::ColumnVector PredictionGet(const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x)
Returns prediction of state.
virtual ~AnalyticSystemModelGaussianUncertainty()
Default copy Constructor, interface class.
MatrixWrapper::SymmetricMatrix CovarianceGet(const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x)
Covariance of system noise.
MatrixWrapper::Matrix df_dxGet(const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x)
Returns F-matrix.
Abstract Class representing all FULL Analytical Conditional gaussians.
AnalyticSystemModelGaussianUncertainty(AnalyticConditionalGaussian *Systempdf)
Constructor.