1.
Exploratory Data Analysis
1.3. EDA Techniques 1.3.3. Graphical Techniques: Alphabetic
|
|||
Purpose: Graphical Check To See If Data Come From a Population That Would Be Fit by a Weibull Distribution |
The Weibull plot
(Nelson 1982)
is a graphical technique for determining if a data set comes
from a population that would logically be fit by a 2-parameter
Weibull distribution (the location is assumed to be zero).
The Weibull plot has special scales that are designed so that if the data do in fact follow a Weibull distribution, the points will be linear (or nearly linear). The least squares fit of this line yields estimates for the shape and scale parameters of the Weibull distribution (the location is assumed to be zero). Specifically, the shape parameter is the reciprocal of the slope of the fitted line and the scale parameter is the exponent of the intercept of the fitted line. The Weibull distribution also has the property that the scale parameter falls at the 63.2% point irrespective of the value of the shape parameter. The plot shows a horizontal line at this 63.2% point and a vertical line where the horizontal line intersects the least squares fitted line. This vertical line shows the value of scale parameter. |
||
Sample Plot |
This Weibull plot of the FULLER2.DAT data set shows that:
Note that the values on the x-axis ("0", "1", and "2") are the exponents. These actually denote the value 100 = 1, 101 = 10, and 102 = 100. |
||
Definition: Weibull Cumulative Probability Versus LN(Ordered Response) |
The Weibull plot is formed by:
|
||
Questions |
The Weibull plot can be used to answer the following
questions:
|
||
Importance: Check Distributional Assumptions |
Many statistical analyses, particularly in the field of reliability, are based on the assumption that the data follow a Weibull distribution. If the analysis assumes the data follow a Weibull distribution, it is important to verify this assumption and, if verified, find good estimates of the Weibull parameters. | ||
Related Techniques |
Weibull Probability Plot Weibull PPCC Plot Weibull Hazard Plot The Weibull probability plot (in conjunction with the Weibull PPCC plot), the Weibull hazard plot, and the Weibull plot are all similar techniques that can be used for assessing the adequacy of the Weibull distribution as a model for the data, and additionally providing estimation for the shape, scale, or location parameters. The Weibull hazard plot and Weibull plot are designed to handle censored data (which the Weibull probability plot does not). |
||
Case Study | The Weibull plot is demonstrated in the fatigue life of aluminum alloy specimens case study. | ||
Software | Weibull plots are generally available in statistical software programs that are designed to analyze reliability data. |