Bayesian Filtering Library  Generated from SVN r
Mixture< T > Member List

This is the complete list of members for Mixture< T >, including all inherited members.

_componentPdfsMixture< T >protected
_componentWeightsMixture< T >protected
_cumWeightsMixture< T >protected
_numComponentsMixture< T >protected
AddComponent(Pdf< T > &pdf)Mixture< T >
AddComponent(Pdf< T > &pdf, Probability w)Mixture< T >
Clone() constMixture< T >virtual
ComponentGet(unsigned int componentNumber) constMixture< T >
ComponentsGet() constMixture< T >
CovarianceGet() constMixture< T >virtual
CumWeightsUpdate()Mixture< T >protected
DeleteComponent(unsigned int componentNumber)Mixture< T >
DimensionGet() constPdf< T >inline
DimensionSet(unsigned int dim)Pdf< T >virtual
ExpectedValueGet() constMixture< T >virtual
Mixture(const unsigned int dimension=0)Mixture< T >
Mixture(const U &componentVector)Mixture< T >
Mixture(const Mixture &my_mixture)Mixture< T >
MostProbableComponentGet() constMixture< T >
NormalizeWeights()Mixture< T >protected
NumComponentsGet() constMixture< T >
Pdf(unsigned int dimension=0)Pdf< T >
ProbabilityGet(const T &state) constMixture< T >virtual
SampleFrom(vector< Sample< T > > &list_samples, const unsigned int num_samples, const SampleMthd method=SampleMthd::DEFAULT, void *args=NULL) const (defined in Mixture< T >)Mixture< T >
SampleFrom(Sample< T > &one_sample, const SampleMthd method=SampleMthd::DEFAULT, void *args=NULL) const (defined in Mixture< T >)Mixture< T >
BFL::BFL::Pdf::SampleFrom(vector< Sample< T > > &list_samples, const unsigned int num_samples, const SampleMthd method=SampleMthd::DEFAULT, void *args=NULL) constPdf< T >virtual
BFL::BFL::Pdf::SampleFrom(Sample< T > &one_sample, const SampleMthd method=SampleMthd::DEFAULT, void *args=NULL) constPdf< T >virtual
TestNotInit() constMixture< T >protected
WeightGet(unsigned int componentNumber) constMixture< T >
WeightSet(unsigned int componentNumber, Probability w)Mixture< T >
WeightsGet() constMixture< T >
WeightsSet(vector< Probability > &weights)Mixture< T >
~Mixture()Mixture< T >virtual
~Pdf()Pdf< T >virtual