|
8.
Assessing Product Reliability
8.1. Introduction 8.1.6. What are the basic lifetime distribution models used for non-repairable populations?
|
|||
| Weibull Formulas |
Formulas and Plots
The Weibull is a very flexible life distribution model with two parameters. It has CDF and PDF and other key formulas given by:
with The Cum Hazard function for the Weibull is the integral of the failure rate or
A more general 3-parameter form of the Weibull includes an additional waiting time parameter µ (sometimes called a shift or location parameter). The formulas for the 3-parameter Weibull are easily obtained from the above formulas by replacing t by (t - µ) wherever t appears. No failure can occur before µ hours, so the time scale starts at µ, and not 0. If a shift parameter µ is known (based, perhaps, on the physics of the failure mode), then all you have to do is subtract µ from all the observed failure times and/or readout times and analyze the resulting shifted data with a 2-parameter Weibull. NOTE: Various texts and articles in the literature use a variety
of different symbols for the same Weibull parameters. For example, the
characteristic life is sometimes called c
(or Special Case: When
Depending on the value of the shape parameter
|
||
| Weibull data 'shapes' |
From a failure rate model viewpoint, the Weibull is a natural
extension of the constant failure rate exponential model since the
Weibull has a polynomial failure rate with exponent
{ |
||
| Weibull failure rate 'shapes' |
|
||
| The Weibull is very flexible and also has theoretical justification in many applications |
Uses of the Weibull Distribution Model
|
||
| Dataplot and EXCEL functions for the Weibull |
DATAPLOT and EXCEL Functions for the Weibull
The following commands in Dataplot will evaluate the PDF and CDF of
a Weibull at time T, with shape
SET MINMAX 1 For example, if T = 1000,
NOTE: Whenever using Dataplot for a Weibull analysis, you must start by setting MINMAX equal to 1. To generate Weibull random numbers from a Weibull with shape parameter 1.5 and characteristic life 5000, use the following commands: SET MINMAX 1 Next, to see how well these "random Weibull data points" are actually fit by a Weibull, we plot the points on "Weibull" paper to check whether they line up following a straight line. The commands (following the last commands above) are: X1LABEL LOG TIME |
||
|
Dataplot Weibull Probability Plot |
EXCEL also has Weibull CDF and PDF built in functions. EXCEL calls the
shape parameter WEIBULL(1000,1.5,5000,FALSE) For the corresponding CDF WEIBULL(1000,1.5,5000,TRUE) The returned values (.000123 and .085559, respectively) are the same as calculated by Dataplot. |
||