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 | Pdf |
| 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) |