Function cmb_random_beta
Defined in File cmb_random.h
Function Documentation
-
static inline double cmb_random_beta(const double a, const double b, const double min, const double max)
Shifted and scaled beta distribution on arbitrary interval
[min, max]with real-valued shape parametersaandb, wherea > 0andb > 0.Used to model task completion times within a certain interval, as an alternative to the triangular and PERT distributions.