|
| | AnalyticSystemModelGaussianUncertainty (AnalyticConditionalGaussian *Systempdf) |
| | Constructor. More...
|
| |
| virtual | ~AnalyticSystemModelGaussianUncertainty () |
| | Default copy Constructor, interface class. More...
|
| |
| virtual MatrixWrapper::Matrix | df_dxGet (const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x) |
| | Returns F-matrix. More...
|
| |
|
virtual MatrixWrapper::ColumnVector | PredictionGet (const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x) |
| | Returns prediction of state.
|
| |
virtual
MatrixWrapper::SymmetricMatrix | CovarianceGet (const MatrixWrapper::ColumnVector &u, const MatrixWrapper::ColumnVector &x) |
| | Covariance of system noise.
|
| |
| int | StateSizeGet () const |
| | Get State Size. More...
|
| |
|
bool | SystemWithoutInputs () const |
| | Has the system inputs or not.
|
| |
ConditionalPdf
< MatrixWrapper::ColumnVector,
MatrixWrapper::ColumnVector > * | SystemPdfGet () |
| | Get the SystemPDF. More...
|
| |
| void | SystemPdfSet (ConditionalPdf< MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > *pdf) |
| | Set the SystemPDF. More...
|
| |
| MatrixWrapper::ColumnVector | Simulate (const MatrixWrapper::ColumnVector &x, const MatrixWrapper::ColumnVector &u, int sampling_method=DEFAULT, void *sampling_args=NULL) |
| | Simulate the system. More...
|
| |
| MatrixWrapper::ColumnVector | Simulate (const MatrixWrapper::ColumnVector &x, int sampling_method=DEFAULT, void *sampling_args=NULL) |
| | Simulate the system (no input system) More...
|
| |
| Probability | ProbabilityGet (const MatrixWrapper::ColumnVector &x_k, const MatrixWrapper::ColumnVector &x_kminusone, const MatrixWrapper::ColumnVector &u) |
| | Get the probability of arriving in a next state. More...
|
| |
| Probability | ProbabilityGet (const MatrixWrapper::ColumnVector &x_k, const MatrixWrapper::ColumnVector &x_kminusone) |
| | Get the probability of arriving in a next state. More...
|
| |
Class for analytic system models with additive Gauss. uncertainty.
Class representing all analytic system Models with Additive Gaussian noise
Definition at line 31 of file analyticsystemmodel_gaussianuncertainty.h.