#include <covFlt.hpp>
Inheritance diagram for Bayesian_filter::Covariance_scheme:

Public Member Functions | |
| Covariance_scheme (std::size_t x_size, std::size_t z_initialsize=0) | |
| Covariance_scheme & | operator= (const Covariance_scheme &) |
| void | init () |
| void | update () |
| Float | predict (Linrz_predict_model &f) |
| Float | predict (Gaussian_predict_model &f) |
| Float | observe_innovation (Linrz_uncorrelated_observe_model &h, const FM::Vec &s) |
| Float | observe_innovation (Linrz_correlated_observe_model &h, const FM::Vec &s) |
Public Attributes | |
| FM::SymMatrix | S |
| FM::SymMatrix | SI |
| FM::Matrix | W |
Protected Member Functions | |
| void | observe_size (std::size_t z_size) |
Protected Attributes | |
| FM::RowMatrix | tempX |
| std::size_t | last_z_size |
|
||||||||||||
|
|
|
|
Implements Bayesian_filter::Kalman_state_filter. |
|
||||||||||||
|
Implements Bayesian_filter::Extended_kalman_filter. |
|
||||||||||||
|
Implements Bayesian_filter::Extended_kalman_filter. |
|
|
|
|
|
|
|
|
|
|
|
Implements Bayesian_filter::Linrz_filter. |
|
|
Implements Bayesian_filter::Kalman_state_filter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6