Expand description
Weibull parameter estimation and reliability analysis.
Provides maximum likelihood estimation (MLE) and median rank regression (MRR) for fitting Weibull distributions to failure data.
§Modules
weibull_mle— Newton-Raphson MLE for shape and scale parametersweibull_mrr— Median Rank Regression via Bernard’s approximationReliabilityAnalysis— R(t), hazard rate, MTBF, B-life from fitted parameters
§References
- Abernethy, R.B. (2006). The New Weibull Handbook, 5th ed.
- Dodson, B. (2006). The Weibull Analysis Handbook, 2nd ed.
Structs§
- Reliability
Analysis - Reliability analysis results from a fitted Weibull distribution.
- Weibull
MleResult - Result of Weibull MLE fitting.
- Weibull
MrrResult - Result of Weibull MRR fitting.
Functions§
- weibull_
mle - Fit a Weibull distribution to failure time data using MLE.
- weibull_
mrr - Fit Weibull distribution using Median Rank Regression.