|
Bayes++ Bayesian Filtering Classes Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
|
#include <bayesFlt.hpp>
Public Member Functions | |
| Linrz_predict_model (std::size_t x_size, std::size_t q_size) | |
Public Member Functions inherited from Bayesian_filter::Additive_predict_model | |
| Additive_predict_model (std::size_t x_size, std::size_t q_size) | |
| virtual const FM::Vec & | f (const FM::Vec &x) const =0 |
Public Member Functions inherited from Bayesian_filter::Bayes_base | |
| virtual | ~Bayes_base ()=0 |
Public Attributes | |
| FM::Matrix | Fx |
Public Attributes inherited from Bayesian_filter::Additive_predict_model | |
| FM::Vec | q |
| FM::Matrix | G |
| Numerical_rcond | rclimit |
Additional Inherited Members | |
Public Types inherited from Bayesian_filter::Bayes_base | |
| typedef Bayesian_filter_matrix::Float | Float |
Static Public Member Functions inherited from Bayesian_filter::Bayes_base | |
| static void | error (const Numeric_exception &a) |
| static void | error (const Logic_exception &a) |
| Bayesian_filter::Linrz_predict_model::Linrz_predict_model | ( | std::size_t | x_size, |
| std::size_t | q_size | ||
| ) |
| FM::Matrix Bayesian_filter::Linrz_predict_model::Fx |
Referenced by Bayesian_filter::Linear_predict_model::f(), Bayesian_filter::SIR_kalman_scheme::init(), Bayesian_filter::Information_scheme::predict(), Bayesian_filter::Information_root_scheme::predict(), Bayesian_filter::Covariance_scheme::predict(), Bayesian_filter::Information_scheme::predict(), Bayesian_filter::Information_root_scheme::predict(), Bayesian_filter::Iterated_covariance_scheme::predict(), Bayesian_filter::UD_scheme::predict(), Bayesian_filter::SIR_kalman_scheme::roughen_correlated(), Bayesian_filter::Simple_linear_predict_model::Simple_linear_predict_model(), and Bayesian_filter::Simple_linrz_predict_model::Simple_linrz_predict_model().