Little help with weibull function needed

K

kayard

A simple (not for me) question !

how can I compute the mean and standard deviation of a weibull
distribution in excel ?

I need this because I'd like to find which alpha and beta gives a
weibull distribution with a specific mean and variance; so I was
thinking of using the solver and therefore I need a way to compute the
mean and variance given alpha and betas ...

Thanks in advance

Paolo
 
G

Guest

Bondi referenced a nice article for working with Weibull data, but the OP's
question of calculating moments from parameters is not answered there. For
that question, refer to
http://mathworld.wolfram.com/WeibullDistribution.html
In Excel, the mean of the Weibull(alpha,beta) distribution is given by
=beta*EXP(GAMMALN(1+1/alpha))
and the standard deviation is given by
=beta*SQRT(EXP(GAMMALN(1+2/alpha))-EXP(GAMMALN(1+1/alpha))^2)

Excel's GAMMALN is not very accurate for arguments very near 1 or 2 (<1
though that is irrelevant here), with the result that the standard deviation
calculation becomes increasingly inaccurate for alpha>500.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top