Target Reliability Tool

From ReliaWiki
Revision as of 23:18, 24 June 2011 by Pantelis (talk | contribs) (Created page with 'Product reliability affects total product costs in multiple ways. Increasing product reliability increases the initial cost of producing a product but decreases other costs incur…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Product reliability affects total product costs in multiple ways. Increasing product reliability increases the initial cost of producing a product but decreases other costs incurred over the life of the product. For example, increased reliability results in lower warranty and replacement costs for defective products. Increased reliability also results in greater market share as satisfied customers typically become repeat customers and recommend reliable products to others. A minimal total product cost can be determined by calculating the optimum reliability for such a product. The Target Reliability Estimator does this by minimizing the sum of lost sales costs, warranty costs and manufacturing costs.

Lost Sales Cost

The lost sales cost is caused due to lost market share. It is caused by customers choosing to go elsewhere for goods and services. The lost sales cost depends on the total market value for a product and the actual sales revenue of a product. \begin{equation} \text{Lost sales cost}=\text{Max}\{0, \text{Total Market Value}–\text{Sales Revenue}\} \end{equation} Total market value is the product of maximum market potential (number of units of product) and median market unit sale price. \begin{equation} \text{Total Market Value}=\text{Maximum Market Potential}\times\text{Median Market Unit Sale Price} \end{equation} For example, if the maximum number of units of product demanded by the market were 100,000 and the median market unit sale price was $12.00, then the total market value would be \begin{equation} 100,000\times \$12.00=\$1,200,000.00 \end{equation} Calculating sales revenue requires knowledge of market share and unit sale price. The function for market share \(f_{1}\left(x\right)\)is given by the equation \begin{equation} f_{1}\left(x\right)=1-e^{\left(-\left(\frac{x}{a}\right)^{b}\right)} \end{equation} where a and b are parameters fit to market share data. Consider the market share data given in the table below.

Reliability
Market Share
0.99
0.5
0.98
0.4
0.90
0.1

The parameters a and b can be solved for using the free-form data format in Weibull++, as shown below.


where Beta is the parameter b and Eta is the parameter a.

The function for unit sale price \(f_{3}\left(x\right)\) is given by

\begin{equation} f_{3}\left(x\right)=b\times e^{ax} \end{equation}

where a and b are parameters fit to data. Consider the data in the table below.

Reliabilty Price/Unit
0.99 14
0.98 12
0.90 10

The parameters a and b can be determined using an Exponential function in the Degradation folio using the data in the table above as shown in the figure below.

Reldata2.jpg


As a function of reliability R, sales revenue is then calculated as \begin{equation} \text{Sales Revenue}\left(R\right)=\text{Total Market Value}\times\text{Market Share}\left(R\right)\times\text{Unit Price}\left(R\right) \end{equation} which can then be used to calculate the lost sales cost. \begin{equation} \text{Lost sales cost} = \text{Max}]\{0, \text{Total Market Value} – \text{Sales Revenue}\} \end{equation}

Manufacturing Cost

Manufacturing cost is a function of total market value, market share, and manufacturing cost per unit. The function \(f_{2}\left(x\right)\) for manufacturing cost per unit is given as \begin{equation} f_{2}\left(x\right)=b\times e^{\frac{a}{\left(1-x\right)}} \end{equation} where a and b are parameters fit to data. Using the substitution of variable \begin{equation} x'=\frac{1}{1-x} \end{equation} results in the equation \begin{equation} f_{2}\left(x'\right)=b\times e^{ax'} \end{equation} for which the parameters a and b can be determined using an Exponential function in the Degradation folio. Consider the data in the table below.

Reliability Manufacturing Cost Per Unit
0.99 5
0.98 4
0.90 2


The parameters a and b can be determined using an Exponential function in the Degradation folio using the data in the table above as shown in the figure below. In the following screenshot, the “Inspection Time” column is the value of \(x'=\frac{1}{1-x}\).


Warranty Cost

Warranty cost is a function of total market value, market share, reliability, and cost per failure. The function of cost per failure \(f_{4}\left(x\right)\)is given by \begin{equation} f_{4}\left(x\right)=b\times e^{ax} \end{equation} where a and b are parameters fit to data. Consider the data below.

Reliability Cost per Failure
0.99 3
0.98 2
0.90 1


The parameters a and b can be determined using an Exponential function in the Degradation folio using the data in the table above as shown in the figure below.


For a given reliability value R, the warranty cost is given by \begin{equation} \text{Warranty Cost}\left(R\right)=\text{Total Market Value}\times \text{Market Share}\left(R\right)\times\left(1-R\right)\times\text{Cost Per Failure}\left(R\right) \end{equation}

Total Cost

For a given reliability R, the expected total cost is given by \begin{equation} \text{Total Cost}\left(R\right) = \text{Lost Sales Cost}\left(R\right) + \text{Warranty Cost}\left(R\right) + \text{Manufacturing Cost}\left(R\right) \end{equation} The manufacturing cost is a pre-shipping cost whereas the warranty and lost sales costs are incurred after a product is shipped. These pre- and post-shipping costs can be seen in the figure below.

Chart totalcost.jpg


Note that the minimum total cost, in this example, occurs at a reliability of about 0.985.