Template:Warranty analysis-usage format: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Redirected page to Warranty Data Analysis)
 
Line 1: Line 1:
===Warranty Analysis (Usage Format)===
#REDIRECT [[Warranty Data Analysis]]
Warranty data analysis relies on the estimation of a failure distribution based on data including the number of returns and the number of surviving units in the field and the age associated with those units. The Usage Format allows the user to convert shipping and warranty return data into the standard reliability data for of failures and suspensions when the return information is based on usage rather than return dates or periods.
 
Suppose that you have been collecting sales (units in service) and returns data. For the returns data, you can determine the number of failures and their usage (by reading the odometer value, for example). Determining the number of surviving units (suspensions) and their ages is a straightforward step. By taking the difference between the analysis date and the date when a unit was put in service, you can determine the age of the surviving units.
 
What is unknown, however, is the exact usage accumulated by each surviving unit. The key part of the usage-based warranty analysis is the determination of the usage of the surviving units based on their age. Therefore, the analyst needs to have an idea about the usage of the product. This can be obtained, for example, from customer surveys or by designing the products to collect usage data. For example, in automotive applications, engineers often use 12,000 miles/year as an average usage. Based on this average, the usage of an item that has been in the field for 6 months and has not yet failed would be 6,000 miles. So to obtain the usage of a suspension based on an average usage, one could take the time of each suspension and multiply it by this average usage. As you see, in this situation the analysis becomes straightforward. With the usage values and the quantities of the returned units, a failure distribution can be constructed and subsequent warranty analysis becomes possible.
 
Alternatively, and more realistically, instead of using an average usage, an actual distribution that reflects the variation in usage and customer behavior can be used. This distribution describes the usage of a unit over a certain time period (e.g. 1 year, 1 month, etc). This probabilistic model can be used to estimate the usage for all surviving components in service and the percentage of users running the product at different usage rates. In the automotive example, for instance, such a distribution can be used to calculate the percentage of customers that drive 0-200 miles/month, 200-400 miles/month, etc. We can take these percentages and multiply them by the number of suspensions to find the number of items that have been accumulating usage values in these ranges.
 
To proceed with applying a usage distribution, the usage distribution is divided into increments based on a specified interval width denoted as  <math>Z</math> . The usage distribution,  <math>Q</math> , is divided into intervals of  <math>0+Z</math> ,  <math>Z+Z</math> ,  <math>2Z+Z</math> , etc., or  <math>{{x}_{i}}={{x}_{i-1}}+Z</math> , as shown in the next figure.
 
[[Image:Usage pdf Plot.png|center|250px| ]]  
 
The interval width should be selected such that it creates segments that are large enough to contain adequate numbers of suspensions within the intervals.
 
The percentage of suspensions that belong to each usage interval is calculated as follows:
 
::<math>F({{x}_{i}})=Q({{x}_{i}})-Q({{x}_{i}}-1)</math>
 
where:
 
::<math>Q()</math>  is the usage distribution Cumulative Density Function,  <math>cdf</math> .
 
::<math>x</math>  represents the intervals used in apportioning the suspended population.
 
We also define a suspension group as a collection of suspensions that have the same age.
 
The above percentage of suspensions can be translated to numbers of suspensions within each interval,  <math>{{x}_{i}}</math> . This is done by taking each group of suspensions and multiplying it by each  <math>F({{x}_{i}})</math> , or:
 
::<math>\begin{align}
  & {{N}_{1,j}}= & F({{x}_{1}})\times N{{S}_{j}} \\
& {{N}_{2,j}}= & F({{x}_{2}})\times N{{S}_{j}} \\
&  & ... \\
& {{N}_{n,j}}= & F({{x}_{n}})\times N{{S}_{j}} 
\end{align}</math>
 
where:
 
::<math>{{N}_{n,j}}</math>  is the number of suspensions that belong to each interval.
 
::<math>N{{S}_{j}}</math>  is the jth group of suspensions from the data set.
 
This is repeated for all the groups of suspensions.
 
The age of the suspensions is calculated by subtracting the Date In-Service ( <math>DIS</math> ), the date at which the unit started operation, from the calculation End Date ( <math>ED</math> ). This is the Time In-Service ( <math>TIS</math> ) value that describes the age of the surviving unit.
 
::<math>TIS=ED-DIS</math>
 
Note:  <math>TIS</math>  is in the same time units as the period in which the usage distribution is defined.
 
For each  <math>{{N}_{k,j}}</math> , the usage is calculated as:
 
::<math>Uk,j=xi\times TISj</math>
 
After this step, the usage of each suspension group is estimated. The data can be combined with the failures and a failure distribution can be fitted.
 
 
'''Example 2:'''
{{Example: Warranty Analysis Usage Format Example}}

Latest revision as of 07:46, 29 June 2012