Auxiliar function to obtain lambda from E(X)
This function implements the procedure given in page 150.
obtaining_lambda(media, gamma)
media
: the value for the mean or E(X).gamma
: the value for the gamma parameter.returns the value of lambda to ensure the mean and gamma.
Useful links