Template:Example: Weibull Distribution Suspension Data Example: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(Redirected page to Weibull Distribution Examples)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Weibull Distribution Suspension Data Example'''
#REDIRECT [[Weibull Distribution Examples]]
 
ACME company manufactures widgets, and is currently engaged in reliability testing a new widget design. Nineteen units are being reliability tested, but due to the tremendous demand for widgets, units are removed from the test whenever the production cannot cover the demand. The test is terminated at the 67th day when the last widget is removed from the test. The following Table contains the collected data.
 
{| {| border="1" class="wikitable" style="margin: 1em auto 1em auto"
  |+ '''Widget Test Data'''
| align="center" style="background:#f0f0f0;"|'''Data Point Index'''
| align="center" style="background:#f0f0f0;"|'''Last Inspection'''
| align="center" style="background:#f0f0f0;"|'''Time to Failure'''
|-
| 1||F||2
|-
| 2||S||3
|-
| 3||F||5
|-
| 4||S||7
|-
| 5||F||11
|-
| 6||S||13
|-
| 7||S||17
|-
| 8||S||19
|-
| 9||F||23
|-
| 10||F||29
|-
| 11||S||31
|-
| 12||F||37
|-
| 13||S||41
|-
| 14||F||43
|-
| 15||S||47
|-
| 16||S||53
|-
| 17||F||59
|-
| 18||S||61
|-
| 19||S||67
|-
|
|}
 
 
'''Solution'''
 
In this example, we see that the number of failures is less than the number of suspensions. This is a very common situation, since reliability tests are often terminated before all units fail due to financial or time constraints. Further, some suspensions will be recorded when a failure occurs that is not due to a legitimate failure mode, such as operator error. In cases such as this, a suspension is recorded, since the unit under test cannot be said to have had a legitimate failure.
 
This data set can be entered into Weibull++ using Times-to-failure and My data set contains suspensions (right censored data).
 
[[Image: Data Type Example 13.png|thumb|center|400px]]
 
After enter the data, the data folio looks like:
[[Image: Data Folio Example 13.png|thumb|center|400px]]
 
 
We will use the two-parameter Weibull to solve this problem. The parameters using maximum likelihood are:
 
<center><math>\begin{align}
  & \hat{\beta }=1.145 \\
& \hat{\eta }=65.97 \\
\end{align}</math></center>
 
using RRX:
<center><math>\begin{align}
  & \hat{\beta }=0.914\\
& \hat{\eta }=79.38 \\
\end{align}</math></center>
 
 
and using RRY:
<center><math>\begin{align}
  & \hat{\beta }=0.895\\
& \hat{\eta }=82.02 \\
\end{align}</math></center>

Latest revision as of 02:15, 14 August 2012