Module bayes_estimate::estimators::covariance[][src]

Covariance state estimation.

A discrete Bayesian estimator that uses the ‘Kalman’ linear representation KalmanState of the system for estimation.

The linear representation can also be used for non-linear systems by using linearised models.