Normal Distribution - Hazard Plotting |
|
The following section describes hazard plotting for the normal distribution using the Reliability & Maintenance Analyst. The manual method is located here. Hazard plotting is an excellent method for determining goodness-of-fit. To determine the goodness-of-fit click the "Plot" button. If the plotted points form a straight line, the distribution provides a good time to fail model for the data. The "R-Squared" value is a measure of how well the data forms a straight line. An R-Squared value of 1.0 indicates a perfectly straight line. R-Squared is also known as the coefficient of determination. To estimate the parameters of the normal distribution using hazard plotting, follow these steps:
The figure below shows the normal hazard plotting screen using the data in the file "Demo2.dat". Clicking the "Plot" button gives a hazard plot. If the plotted points do not follow a straight line, the normal distribution with the estimated parameters does not provide an adequate time to fail model. The untransformed option plots the cumulative distribution function against time. This is useful for determining the probability of failure at a given time. The title of the graphs can be changed by editing the text in the Graph Title frame. To check the spelling of the title, click the "Spell Check" button. To predict reliability or time-to-fail using the estimated parameters use the Predicting Module.Manual Hazard Plotting The normal cumulative hazard function is where is the standard normal cumulative distribution function. By rearranging the equation above, the survival time can be represented as a function of the cumulative hazard function. where is the inverse of the standard normal cumulative distribution function. It can be seen that by plotting x versus the resulting y-intercept equals m and the resulting slope equals s. The hazard function, h(x), is estimated from the inverse of the reverse rank of the ordered failures, and H(x) is the cumulative of the values of h(x). Censored data points are used to compute ranks, but are not included in hazard plots. An alternative to plotting x versus on conventional graph paper is to plot x versus H(x) on specialized hazard paper. The advantage of hazard paper is that the values of do not have to be computed. Computers have made this technique obsolete. Example Use hazard plotting to determine the parameters of the normal distribution given the following multiple censored data set. A "c" following an entry indicates the censoring. Time to Fail
Solution
By plotting the last column of the data above on the x-axis, and the time to fail on the y-axis, the resulting line provides parameter estimates. The best fit straight line through the data points is found using linear regression. The y-intercept of the best fit straight line through the five points provides an estimate of m, 230.3 in this case, and the slope of the line provides an estimate of s, 32.9 in this case. Click here to download this example in Microsoft Excel. |