18 #ifndef __SYSTEM_MODEL_GAUSSIANUNCERTAINTY__ 19 #define __SYSTEM_MODEL_GAUSSIANUNCERTAINTY__ 21 #include "../pdf/analyticconditionalgaussian.h" 58 MatrixWrapper::Matrix
df_dxGet(
const MatrixWrapper::ColumnVector& u,
const MatrixWrapper::ColumnVector& x);
61 MatrixWrapper::ColumnVector
PredictionGet(
const MatrixWrapper::ColumnVector& u,
const MatrixWrapper::ColumnVector& x);
64 MatrixWrapper::SymmetricMatrix
CovarianceGet(
const MatrixWrapper::ColumnVector& u,
const MatrixWrapper::ColumnVector& x);
69 #endif // __SYSTEM_MODEL_GAUSSIANUNCERTAINTY__
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.
Class for analytic system models with additive Gauss. uncertainty.
Abstract Class representing all FULL Analytical Conditional gaussians.
AnalyticSystemModelGaussianUncertainty(AnalyticConditionalGaussian *Systempdf)
Constructor.