1#ifndef _BAYES_FILTER_INDIRECT
2#define _BAYES_FILTER_INDIRECT
24template <
typename Error_base>
36 template <
typename P_model>
43 template <
typename O_model>
50 direct.observe (h, z_error);
57 template <
typename O_model>
60 direct.observe (h, z_error);
78template <
typename Error_base>
98 template <
typename P_model>
105 template <
typename O_model>
112 direct.observe (h, z_error);
121 template <
typename O_model>
124 direct.observe (h, z_error);
Definition indirect.hpp:79
void init()
Definition indirect.hpp:89
void update()
Definition indirect.hpp:131
void observe_error(O_model &h, const FM::Vec &z_error)
Definition indirect.hpp:122
void observe(O_model &h, const FM::Vec &z)
Definition indirect.hpp:106
void predict(P_model &f)
Definition indirect.hpp:99
Indirect_kalman_filter(Error_base &error_filter)
Definition indirect.hpp:84
Definition indirect.hpp:25
void predict(P_model &f)
Definition indirect.hpp:37
Indirect_state_filter(Error_base &error_filter)
Definition indirect.hpp:30
void update()
Definition indirect.hpp:67
void observe(O_model &h, const FM::Vec &z)
Definition indirect.hpp:44
void observe_error(O_model &h, const FM::Vec &z_error)
Definition indirect.hpp:58
Definition bayesFlt.hpp:489
FM::SymMatrix X
Definition bayesFlt.hpp:491
Definition bayesFlt.hpp:453
FM::Vec x
Definition bayesFlt.hpp:461
FMVec< detail::BaseVector > Vec
Definition uBLASmatrix.hpp:323
Definition bayesException.hpp:21