Function cmb_random_std_beta
Defined in File cmb_random.h
Function Documentation
-
static inline double cmb_random_std_beta(const double a, const double b)
Beta distribution on the interval
[0, 1]with real-valued shape parametersaandb, wherea > 0andb > 0.The mean is
a/(a + b).Used to model various proportions and percentages of something.