1 #ifndef _BAYES_FILTER_AVERAGE1 2 #define _BAYES_FILTER_AVERAGE1 21 template <
class Filter_base>
54 operator Float () const
72 template <
typename Filter_base>
74 ksf(1), f(iQ), h(iZ), z(1)
83 template <
typename Filter_base>
85 ksf(1), f(iQ), h(iZ), z(1)
91 template <
typename Filter_base>
100 ksf.init_kalman (z, h.Z);
Average1_filter(Float iQ, Float iZ, Float z)
Definition: average1.hpp:73
double Float
Definition: matSupSub.hpp:59
Float observe(Float zz)
Definition: average1.hpp:92
Definition: bayesException.hpp:20
FMVec< detail::BaseVector > Vec
Definition: uBLASmatrix.hpp:323
Definition: bayesException.hpp:41
Definition: bayesFlt.hpp:189
Definition: average1.hpp:22