Template:Weibull++ Examples and Case Studies: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Confidence Bound Example== | ==Confidence Bound Example== | ||
===Likelihood Ratio Bounds on Parameters=== | ===Likelihood Ratio Bounds on Parameters=== | ||
{{Example: Likelihood Ratio Bounds on Parameters }} | {{Example: Likelihood Ratio Bounds on Parameters }} | ||
Line 5: | Line 6: | ||
===Likelihood Ratio Bounds on Time (Type I)=== | ===Likelihood Ratio Bounds on Time (Type I)=== | ||
{{Example: Likelihood Ratio Bounds on Time (Type I)}} | {{Example: Likelihood Ratio Bounds on Time (Type I)}} | ||
===Likelihood Ratio Bounds on Reliability (Type 2)=== | |||
{{Example: Likelihood Ratio Bounds on Reliability (Type 2)}} | |||
===Comparing Parameter Estimation Methods Using Simulation Based Bounds=== | |||
{{Example: Comparing Parameter Estimation Methods Using Simulation Based Bounds}} |
Revision as of 23:30, 29 February 2012
Confidence Bound Example
Likelihood Ratio Bounds on Parameters
Likelihood Ratio Bounds on Parameters
Five units were put on a reliability test and experienced failures at 10, 20, 30, 40 and 50 hours. Assuming a Weibull distribution, the MLE parameter estimates are calculated to be
Solution
The first step is to calculate the likelihood function for the parameter estimates:
where
Since our specified confidence level,
The next step is to find the set of values of
The solution is an iterative process that requires setting the value of
These data are represented graphically in the following contour plot:
(Note that this plot is generated with degrees of freedom
Note that the points where
Likelihood Ratio Bounds on Time (Type I)
Likelihood Ratio Bounds on Time (Type I)
For the data given in Example 1, determine the 90% two-sided confidence bounds on the time estimate for a reliability of 50%. The ML estimate for the time at which
Solution
In this example, we are trying to determine the 90% two-sided confidence bounds on the time estimate of 28.930. As was mentioned, we need to rewrite the likelihood ratio equation so that it is in terms of
This can then be substituted into the
where
Since our specified confidence level,
Note that the likelihood value for
These points are represented graphically in the following contour plot:
As can be determined from the table, the lowest calculated value for
Likelihood Ratio Bounds on Reliability (Type 2)
Likelihood Ratio Bounds on Reliability (Type 2)
For the data given in Example 1, determine the 90% two-sided confidence bounds on the reliability estimate for
Solution
In this example, we are trying to determine the 90% two-sided confidence bounds on the reliability estimate of 14.816%. As was mentioned, we need to rewrite the likelihood ratio equation so that it is in terms of
where
Since our specified confidence level,
It now remains to find the values of
These points are represented graphically in the following contour plot:
As can be determined from the table, the lowest calculated value for
Comparing Parameter Estimation Methods Using Simulation Based Bounds
Comparing Parameter Estimation Methods Using Simulation Based Bounds
The purpose of this example is to determine the best parameter estimation method for a sample of ten units with complete time-to-failure data for each unit (i.e., no censoring). The data set follows a Weibull distribution with
The confidence bounds for the data set could be obtained by using Weibull++'s SimuMatic utility. To obtain the results, use the following settings in SimuMatic.
- On the Main tab, choose the 2P-Weibull distribution and enter the given parameters (i.e.,
and hours) - On the Censoring tab, select the No censoring option.
- On the Settings tab, set the number of data sets to 1,000 and the number of data points to 10.
- On the Analysis tab, choose the RRX analysis method and set the confidence bounds to 90.
- On the Main tab, choose the 2P-Weibull distribution and enter the given parameters (i.e.,
The following plot shows the simulation-based confidence bounds for the RRX parameter estimation method, as well as the expected variation due to sampling error.
Create another SimuMatic folio and generate a second data using the same settings, but this time, select the RRY analysis method on the Analysis tab. The following plot shows the result.
The following plot shows the results using the MLE analysis method.
The results clearly demonstrate that the median RRX estimate provides the least deviation from the truth for this sample size and data type. However, the MLE outputs are grouped more closely together, as evidenced by the bounds.
This experiment can be repeated in SimuMatic using multiple censoring schemes (including Type I and Type II right censoring as well as random censoring) with various distributions. Multiple experiments can be performed with this utility to evaluate assumptions about the appropriate parameter estimation method to use for data sets.