Function cmb_random_std_gamma
Defined in File cmb_random.h
Function Documentation
-
double cmb_random_std_gamma(double shape)
Gamma distribution on
[0, oo)with shape parametershape, whereshape > 0. Equal tocmb_random_std_gamma(shape, 1.0).Generalizes the Erlang distribution to noninteger
n(shape). The mean and variance equalshape.