Re: reliability calculation with Normdist?



Thank you. I dont understand the Weibul translation.l The Weibul in Excel
has Alpha, and Beta parameters. How do I get Alpha and Beta from the
Normdist knowing the mean and SD?.
"Jack Tomsky" <jtomsky@xxxxxxxxxxxxx> wrote in message
news:4065117.1206926796596.JavaMail.jakarta@xxxxxxxxxxxxxxxxxxxxxxxxx
If given MTBF and standard deviation can the
reliabilty be predicted at a
defined operational range using Excels
Normaldistribution?

say mtbf = 50, sd= 20, then plug in the operating
duration.
NORMDIST(operating duration, 50, 20, true).
Is that a way to calculate reliability at a specifed
duration?
thanks!





A more realist distribution for the time to failure would be either a
gamma or a Weibull distribution.

To find the two gamma parameters in terms of the specified mean and
standard deviation, set the mean and standard deviation of the gamma to
the given mean and standard deviation and simply solve for the two
parameters analytically in closed form. Then use one minus Excel's cdf
for the gamma.

To find the two Weibull parameters in terms of the specified mean and
standard deviation, set the mean and standard deviation of the Weibull to
the given mean and standard deviation and solve for the two parameters
numerically. Then the reliability is exp(-(OD/b)^p)

Jack


.



Relevant Pages

  • Re: Predicting using SAS-Survival analysis
    ... The problem with simply using the highest likelihood is that those ... one parameter, Weibull, logistic, log-normal, normal, and log-logistic ... are two-parameter distributions, and gamma has three. ... chi-square distribution with 1 degree of freedom, ...
    (sci.stat.math)
  • Re: Predicting using SAS-Survival analysis
    ... The problem with simply using the highest likelihood is that those ... one parameter, Weibull, logistic, log-normal, normal, and log-logistic ... are two-parameter distributions, and gamma has three. ... chi-square distribution with 1 degree of freedom, ...
    (sci.stat.edu)
  • Re: 3-parameter Gamma and Weibull distribution
    ... Maciej, the most common way to fit univariate distributions is by maximum likelihood, but with a threshold parameter, like the 3-param Gamma and Weibull have, maximum likelihood often doesn't give plausible fits, and sometimes never works at all. ... In the case of the lognormal, the problem is that the ML estimate of the threshold is the smallest observation, and the estimated distribution is degenerate at that point. ...
    (comp.soft-sys.matlab)
  • 3-parameter Gamma and Weibull distribution
    ... Do exist m-files that I could use to fit 3-parameter ... distribution: Gamma and Weibull ...
    (comp.soft-sys.matlab)