|
bool | composeProperty (const PropertyBag &bag, Sample< T > &sample) |
|
bool | composeProperty (const PropertyBag &bag, WeightedSample< T > &weightedSample) |
|
void | decomposeProperty (const WeightedSample< T > &weightedSample, PropertyBag &targetbag) |
|
void | decomposeProperty (const Sample< T > &sample, PropertyBag &targetbag) |
|
std::ostream & | operator<< (std::ostream &os, NonLinearAnalyticConditionalGaussian_Ginac &p) |
|
ostream & | operator<< (ostream &stream, WeightedSample< S > &mws) |
|
std::ostream & | operator<< (std::ostream &os, const Uniform &u) |
|
ostream & | operator<< (ostream &stream, Sample< S > &my_sample) |
|
ostream & | operator<< (ostream &stream, Probability &prob) |
|
std::ostream & | operator<< (std::ostream &os, const Gaussian &g) |
|
istream & | operator>> (istream &stream, Probability &prob) |
|
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) |
|