Function cmb_random_erlang
Defined in File cmb_random.h
Function Documentation
-
static inline double cmb_random_erlang(const unsigned k, const double m)
Erlang distribution on
[0, oo), a sum ofkexponentially distributed random variables each with meanm, wherek > 0andm > 0.The mean is
k m, the variancek m^2.Used for modeling more complex service times than the simple exponential.