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.

An extended linear observer.

An extended linear predictor.

A functional state observer.

A functional state predictor.

A Kalman estimator.