Module bayes_estimate::models[][src]

Expand description

Bayesian estimation models.

Linear models are represented as structs. Common Bayesian discrete system estimation operations are defined as traits.

Structs

Information state.

Kalman state.

Traits

A state estimator.

A extended linear observer with correlated observation noise.

An extended linear predictor.

A Kalman estimator.