Bayes++ Bayesian Filtering Classes Release 2014.5 - Copyright (c) 2003,2004,2005,2006,2011,2012,2014 Michael Stevens
|
#include <bayesFlt.hpp>
Public Member Functions | |
Likelihood_observe_model (std::size_t z_size) | |
virtual Float | L (const FM::Vec &x) const =0 |
virtual void | Lz (const FM::Vec &zz) |
![]() | |
virtual | ~Bayes_base ()=0 |
Protected Attributes | |
FM::Vec | z |
Additional Inherited Members | |
![]() | |
typedef Bayesian_filter_matrix::Float | Float |
![]() | |
static void | error (const Numeric_exception &a) |
static void | error (const Logic_exception &a) |
|
inline |
|
inlinevirtual |
Reimplemented in Bayesian_filter::General_LzUnAd_observe_model, Bayesian_filter::General_LiUnAd_observe_model, Bayesian_filter::General_LzCoAd_observe_model, and Bayesian_filter::General_LiCoAd_observe_model.
References z.
Referenced by Bayesian_filter::SIR_scheme::observe().
|
protected |
Referenced by Bayesian_filter::General_LzUnAd_observe_model::L(), Bayesian_filter::General_LiUnAd_observe_model::L(), Bayesian_filter::General_LzCoAd_observe_model::L(), Bayesian_filter::General_LiCoAd_observe_model::L(), Lz(), Bayesian_filter::General_LzUnAd_observe_model::Lz(), Bayesian_filter::General_LiUnAd_observe_model::Lz(), Bayesian_filter::General_LzCoAd_observe_model::Lz(), and Bayesian_filter::General_LiCoAd_observe_model::Lz().