1 #ifndef _BAYES_FILTER_INDIRECT 2 #define _BAYES_FILTER_INDIRECT 24 template <
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);
78 template <
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);
void update()
Definition: indirect.hpp:131
void observe(O_model &h, const FM::Vec &z)
Definition: indirect.hpp:106
Definition: indirect.hpp:79
void predict(P_model &f)
Definition: indirect.hpp:99
Definition: indirect.hpp:25
Definition: bayesException.hpp:20
void predict(P_model &f)
Definition: indirect.hpp:37
Definition: bayesFlt.hpp:488
void observe_error(O_model &h, const FM::Vec &z_error)
Definition: indirect.hpp:58
void update()
Definition: indirect.hpp:67
FMVec< detail::BaseVector > Vec
Definition: uBLASmatrix.hpp:323
void observe(O_model &h, const FM::Vec &z)
Definition: indirect.hpp:44
FM::Vec x
Definition: bayesFlt.hpp:461
Definition: bayesFlt.hpp:452
Indirect_kalman_filter(Error_base &error_filter)
Definition: indirect.hpp:84
void init()
Definition: indirect.hpp:89
Indirect_state_filter(Error_base &error_filter)
Definition: indirect.hpp:30
void observe_error(O_model &h, const FM::Vec &z_error)
Definition: indirect.hpp:122