Template:Analysis of non-homogeneous warranty data: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '===Analysis of Non-Homogeneous Warranty Data=== In the previous sections and examples it is important to note that the underlying assumption was that the population was homogeneo…')
 
(Redirected page to Warranty Data Analysis)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
===Analysis of Non-Homogeneous Warranty Data===
#REDIRECT [[Warranty Data Analysis]]
In the previous sections and examples it is important to note that the underlying assumption was that the population was homogeneous. In other words, all sold and returned units were exactly the same, i.e. the same population with no design changes and/or modifications. In many situations, as the product matures, design changes are made to enhance and/or improve the reliability of the product.  Obviously, an improved product will exhibit different failure characteristics than its predecessor. To analyze such cases, where the population is non-homogeneous, one needs to extract each homogenous group, fit a life model to each group and then project the expected returns for each group based on the number of units at risk for each specific group.
 
====Using IDs in Weibull++====
 
Weibull++ 7 uses the optional IDs column to differentiate between product versions or different designs (lots). Based on this entry, the data are then automatically separated and the parameters for each lot computed. Based on the computed parameters, failure projections can then be obtained. Note that it is important to realize that the same limitations as discussed previously, with regards to the number of failures that are needed, are also applicable here.  In other words, distributions can be automatically fitted to lots that have return (failure) data, whereas if no returns have been experienced yet (either because the units are going to be introduced in the future or because no failures happened yet), the user will be asked to specify the parameters, since they can not be computed. Consequently, subsequent estimation/predictions related to these lots would be based on the user specified parameters. Following is an example that illustrates the use of IDs.
 
====Example 5====
A company keeps track of its production and returns. The company uses the `Dates of Failure' format to record the data. For the product in question, three versions (A, B and C) have been produced and put in service.
 
The in-service data is as follows (using the US date format of Month/Day/Year):
 
 
<center><math>\begin{matrix}
  Quantity In-Service & Date of In-Service & ID  \\
  \text{400} & \text{1/1/2005} & \text{Model A}  \\
  \text{500} & \text{1/31/2005} & \text{Model A}  \\
  \text{500} & \text{5/1/2005} & \text{Model A}  \\
  \text{600} & \text{5/31/2005} & \text{Model A}  \\
  \text{550} & \text{6/30/2005} & \text{Model A}  \\
  \text{600} & \text{7/30/2005} & \text{Model A}  \\
  \text{800} & \text{9/28/2005} & \text{Model A}  \\
  \text{200} & \text{1/1/2005} & \text{Model B}  \\
  \text{350} & \text{3/2/2005} & \text{Model B}  \\
  \text{450} & \text{4/1/2005} & \text{Model B}  \\
  \text{300} & \text{6/30/2005} & \text{Model B}  \\
  \text{200} & \text{8/29/2005} & \text{Model B}  \\
  \text{350} & \text{10/28/2005} & \text{Model B}  \\
  \text{1100} & \text{2/1/2005} & \text{Model C}  \\
  \text{1200} & \text{3/27/2005} & \text{Model C}  \\
  \text{1200} & \text{4/25/2005} & \text{Model C}  \\
  \text{1300} & \text{6/1/2005} & \text{Model C}  \\
  \text{1400} & \text{8/26/2005} & \text{Model C}  \\
\end{matrix}</math></center>
 
Furthermore, the following sales are forecast:
 
<center><math>\begin{matrix}
  Number & Date  & ID  \\
  \text{400} & \text{6/27/2006} & \text{Model A}  \\
  \text{500} & \text{8/26/2006} & \text{Model A}  \\
  \text{550} & \text{10/26/2006} & \text{Model A}  \\
  \text{1200} & \text{7/25/2006} & \text{Model C}  \\
  \text{1300} & \text{9/27/2006} & \text{Model C}  \\
  \text{1250} & \text{11/26/2006} & \text{Model C}  \\
\end{matrix}</math></center>
 
The return data are as follows. Note that in order to identify which lot each unit comes from and be able to compute its time-in-service, each return (failure) includes a return date, the date of when it was put in service and the Model (ID).
 
Assuming that the above information is as of 5/1/2006,  analyze the data using the lognormal as the assumed distribution and MLE as the analysis method, for all models (Model A, Model B, Model C), and provide a return forecast for the next ten months.
=====Solution to Example 5=====
Create a warranty folio by clicking on Project and choosing Add Specialized Folio and then selecting Add Warranty. In the New Warranty Folio Setup window, choose I want to enter data in dates of failure format.
 
[[Image:dates-of-failurewarranty.png|thumb|center|400px| ]]
 
The return data are entered as follows:
 
[[Image:modela-c.png|thumb|center|400px| ]]
 
The sales data are entered as follows (note that the Use Subsets check box should be checked):
 
[[Image:modelaNc.png|thumb|center|400px| ]]
 
Under the Analysis tab, set the Calculations End Date to (5/1/2006) as shown next:
 
[[Image:enddate.png|thumb|center|400px| ]]
 
The calculated parameters, assuming a lognormal distribution and using MLE as the analysis method, are:
 
 
<center><math>\begin{matrix}
  Model A & Model B & Model C  \\
  \begin{matrix}
  {{{\hat{\mu }}}^{\prime }}= & \text{11}\text{.28}  \\
  {{{\hat{\sigma }}}_{T}}= & \text{2}\text{.83}  \\
\end{matrix} & \begin{matrix}
  {{{\hat{\mu }}}^{\prime }}= & \text{8}\text{.11}  \\
  {{{\hat{\sigma }}}_{T}}= & \text{2}\text{.30}  \\
\end{matrix} & \begin{matrix}
  {{{\hat{\mu }}}^{\prime }}= & \text{9}\text{.79}  \\
  {{{\hat{\sigma }}}_{T}}= & \text{1}\text{.92}  \\
\end{matrix}  \\
\end{matrix}</math></center>
 
Note that in this example, the same distribution type and analysis method were assumed for each of the product models. If desired, different distribution types, analysis methods, confidence bounds methods, etc., can be assumed for each IDs.
 
To obtain the expected failures for the next 10 months, click the Generate Forecast button.
 
[[Image:forcast.png|thumb|center|400px ]]
 
:OR:
 
[[Image:generateforcast.png|thumb|center|400px ]]
 
 
and enter the Start date of 5/2/2006, the Number of Periods as 10, and the Increment number (1) in Months (selected from the drop-down box), as shown next:
 
[[Image:forcastsetup.png|thumb|center|400px| ]]
 
The forecast results are then displayed in a new sheet called Forecast. Part of the forecast table is shown next.
 
[[Image:spreadsheetfolio1.png|thumb|center|400px| ]]
 
A summary of the analysis can also be obtained by clicking on the Show Analysis Summary (...). The summary of the forecasted returns is as follows:
 
[[Image:spreadsheetfolio1.png|thumb|center|400px| ]]
 
The results can also be seen graphically in the following plot.  This is a plot of the expected failures (in percent).
 
[[Image:lda20.28.gif|thumb|center|400px| ]]

Latest revision as of 07:46, 29 June 2012