Difference between revisions of "Weibull estimation library"
m |
m |
||
Line 1: | Line 1: | ||
− | Weibull | + | [[Weibull distribution]]s are widely used for modeling lifetimes of automobiles, engines, and other equipment. Also for the lifetimes of people. This library includes functions for estimating Weibull distributions for lifespan or time to failure from data, and to obtain mean, median, and variance, and percentiles of a Weibull from its shape (k) and scale (lamda) parameters (and vice versa). |
[[File:Weibull estimation lib.png|600px]] | [[File:Weibull estimation lib.png|600px]] | ||
Line 10: | Line 10: | ||
== See Also == | == See Also == | ||
− | * [[Weibull | + | * [[Weibull distribution]] |
− | |||
* [[Weibull_10_50_90]] | * [[Weibull_10_50_90]] | ||
+ | * [[Probability distributions]] |
Revision as of 02:35, 29 May 2024
Weibull distributions are widely used for modeling lifetimes of automobiles, engines, and other equipment. Also for the lifetimes of people. This library includes functions for estimating Weibull distributions for lifespan or time to failure from data, and to obtain mean, median, and variance, and percentiles of a Weibull from its shape (k) and scale (lamda) parameters (and vice versa).
Weibull_Estimate(age, i) estimates the Weibull parameters from lifespan (age at death) when all population has failed (died).
Weibull_est_RC(age, died, i) estimates Weibull parameters from lifespan (age at death) or age using "right-censored" (RC) data -- i.e. when some individuals have survived. This function requires the Analytica Optimizer. The other functions will work fine with lesser editions of Analytica
Download: media:Weibull estimation lib.ana
Enable comment auto-refresher