#include <CIFlt.hpp>
Inheritance diagram for Bayesian_filter::CI_scheme:

Public Member Functions | |
| CI_scheme (std::size_t x_size, std::size_t z_initialsize=0) | |
| CI_scheme & | operator= (const CI_scheme &) |
| void | init () |
| void | update () |
| Float | predict (Linrz_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) |
| virtual Float | Omega (const FM::SymMatrix &Ai, const FM::SymMatrix &Bi, const FM::SymMatrix &A) |
Public Attributes | |
| FM::SymMatrix | S |
| FM::SymMatrix | SI |
Protected Member Functions | |
| void | observe_size (std::size_t z_size) |
Protected Attributes | |
| 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