Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Little help with weibull function needed

56 views
Skip to first unread message

kayard

unread,
Apr 14, 2006, 4:13:23 AM4/14/06
to

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


--
kayard
------------------------------------------------------------------------
kayard's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=24716
View this thread: http://www.excelforum.com/showthread.php?threadid=532893

Bondi

unread,
Apr 14, 2006, 5:00:21 AM4/14/06
to
Hi Paolo,

This link might help you,

http://www.qualitydigest.com/jan99/html/weibull.html

Regards,
Bondi

Jerry W. Lewis

unread,
Apr 14, 2006, 7:47:02 AM4/14/06
to
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

0 new messages