Function cmb_random_PERT_mod
Defined in File cmb_random.h
Function Documentation
-
double cmb_random_PERT_mod(double min, double mode, double max, double lambda)
Modified PERT distribution, a scaled and shifted beta distribution. The mean is
(min + lambda * mode + max) / (lambda + 2).Can be used as a heuristically determined distribution where the parameters are “at least min”, “most likely around mode”, and “not more than max”.
The additional parameter
lambdadetermines the peakiness aroundmode, withlambda = 4.0default in the standard PERT distributioncmb_random_PERT().