Difference between revisions of "Weibull estimation library"

m
m
Line 1: Line 1:
 
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 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).
  
[[File:Weibull estimation library.png|600px]]
+
'''Download:''' [[File:Weibull estimation library.png|600px]]
  
 
''Weibull_Estimate(age, i)'' estimates the Weibull parameters from lifespan (age at death) when all population has failed (died).
 
''Weibull_Estimate(age, i)'' estimates the Weibull parameters from lifespan (age at death) when all population has failed (died).
Line 7: Line 7:
 
''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
 
''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]]
+
'''Download: ''' [[media:Weibull estimation lib.ana]]
  
 
== See Also ==
 
== See Also ==

Revision as of 02:30, 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).

Download: 600px

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

See Also

Comments


You are not allowed to post comments.