Skip to content
Prev 363570 / 398502 Next

Scale and shape parameters of Gamma mixture distributions

On 25/08/16 23:28, Marine Regis wrote:
I have no familiarity with the "mixdist" package, but I find it very 
surprising that mix() would return a fit of a Gamma mixture parametrised 
in terms of mu and sigma.  I suspect that you are doing something wrong.

If it really *does* give you such a parametrisation, you can recover the 
shape (alpha) and scale (beta) parameters by solving

    mu = alpha*beta
    sigma^2 = alpha*beta^2

for alpha and beta.

cheers,

Rolf Turner