18 #ifndef __LINEAR_ANALYTIC_SYSTEM_MODEL_GAUSSIAN_UNCERTAINTY__ 19 #define __LINEAR_ANALYTIC_SYSTEM_MODEL_GAUSSIAN_UNCERTAINTY__ 21 #include "systemmodel.h" 22 #include "../pdf/gaussian.h" 23 #include "analyticsystemmodel_gaussianuncertainty.h" 24 #include "../pdf/linearanalyticconditionalgaussian.h" 70 #endif // __LINEAR_ANALYTIC_SYSTEM_MODEL_GAUSSIAN_UNCERTAINTY__ const MatrixWrapper::Matrix & BGet() const
Get Matrix B.
void ASet(const MatrixWrapper::Matrix &a)
Set Matrix A.
const MatrixWrapper::Matrix & AGet() const
Get Matrix A.
Implementation of Matrixwrapper using Boost.
Class for analytic system models with additive Gauss. uncertainty.
LinearAnalyticSystemModelGaussianUncertainty(LinearAnalyticConditionalGaussian *pdf)
Constructor.
Class for linear analytic systemmodels with additive gaussian noise.
virtual ~LinearAnalyticSystemModelGaussianUncertainty()
Destructor.
Linear Conditional Gaussian.
void BSet(const MatrixWrapper::Matrix &b)
Set Matrix B.