Classes | |
class | DiscretePdf |
Class representing a PDF on a discrete variable. More... | |
class | MCPdf |
Monte Carlo Pdf: Sample based implementation of Pdf. More... | |
class | Mixture |
Class representing a mixture of PDFs, the mixture can contain different. More... | |
class | |
Class PDF: Virtual Base class representing Probability Density Functions. More... | |
class | Probability |
Class representing a probability (a double between 0 and 1) More... | |
class | Sample |
class | WeightedSample |
Functions | |
template<typename S > | |
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
template<typename S > | |
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
template<typename S > | |
istream & | operator>> (istream &stream, Sample< S > &my_sample) |
double | rnorm (const double &mu, const double &sigma) |
double | runif () |
double | runif (const double &min, const double &max) |
ostream & BFL::BFL::operator<< | ( | ostream & | stream, |
WeightedSample< S > & | mws | ||
) |
stream | the stream to be returned |
mws | the weighted sample to be printed |
Definition at line 116 of file asirfilter.h.
ostream & BFL::BFL::operator<< | ( | ostream & | stream, |
Sample< S > & | my_sample | ||
) |
stream | the stream to be returned |
my_sample | the sample to be printed |
Definition at line 155 of file asirfilter.h.
istream & BFL::BFL::operator>> | ( | istream & | stream, |
Sample< S > & | my_sample | ||
) |
Definition at line 161 of file asirfilter.h.
double BFL::BFL::rnorm | ( | const double & | mu, |
const double & | sigma | ||
) |
double BFL::BFL::runif | ( | ) |
double BFL::BFL::runif | ( | const double & | min, |
const double & | max | ||
) |