pf
|
Inherit from this for a model that admits Kalman filtering. More...
Go to the source code of this file.
Classes | |
class | pf::filters::kalman< dimstate, dimobs, diminput, float_t, debug > |
A class template for Kalman filtering. More... | |
class | pf::filters::hmm< dimstate, dimobs, float_t, debug > |
A class template for HMM filtering. More... | |
class | pf::filters::gamFilter< dim_pred, float_t > |
A class template for Gamma filtering. More... | |
class | pf::filters::multivGamFilter< dim_obs, dim_pred, float_t > |
Another class template for Gamma filtering, but this time. More... | |
Inherit from this for a model that admits Kalman filtering.
forces structure on the closed-form filters.
Inherit from this for a model that admits Gamma filtering.
Inherit from this for a model that admits HMM filtering.