Gompertz Models: Difference between revisions
Lisa Hacker (talk | contribs) |
Lisa Hacker (talk | contribs) No edit summary |
||
Line 33: | Line 33: | ||
[[Image:rga7.1.png|thumb|center|400px|Reliability growth data following a smooth curve.]] | [[Image:rga7.1.png|thumb|center|400px|Reliability growth data following a smooth curve.]] | ||
==Parameter Estimation | ==Parameter Estimation== | ||
<PER LISA: ASK SME TO ADD SOME SORT OF INTRODUCTION THAT PREPARES THE READER FOR THE THREE SUBSECTIONS> | |||
===Linear Regression (Least Squares)=== | ===Linear Regression (Least Squares)=== | ||
The method of least squares requires that a straight line be fitted to a set of data points. If the regression is on <math>Y</math> , then the sum of the squares of the vertical deviations from the points to the line is minimized. If the regression is on <math>X</math> , the line is fitted to a set of data points such that the sum of the squares of the horizontal deviations from the points to the line is minimized. To illustrate the method, this section presents a regression on <math>Y</math> . Consider the linear model [2]: | The method of least squares requires that a straight line be fitted to a set of data points. If the regression is on <math>Y</math> , then the sum of the squares of the vertical deviations from the points to the line is minimized. If the regression is on <math>X</math> , the line is fitted to a set of data points such that the sum of the squares of the horizontal deviations from the points to the line is minimized. To illustrate the method, this section presents a regression on <math>Y</math> . Consider the linear model [2]: | ||
Line 85: | Line 86: | ||
::<math>\widehat{\beta }={{(}^{T}}^{-1}{{X}^{T}}Y</math> | ::<math>\widehat{\beta }={{(}^{T}}^{-1}{{X}^{T}}Y</math> | ||
===Nonlinear Regression=== | ===Nonlinear Regression=== | ||
Line 180: | Line 180: | ||
When using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results. | When using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results. | ||
<br> | <br> | ||
===Choice of Initial Values=== | |||
The choice of the starting values is not an easy task. A poor choice may result in a lengthy computation with many iterations. It may also lead to divergence, or to a convergence due to a local minimum. Therefore, good initial values will result in fast computations with few iterations and if multiple minima exist, it will lead to a solution that is a minimum. | The choice of the starting values for the nonlinear regression is not an easy task. A poor choice may result in a lengthy computation with many iterations. It may also lead to divergence, or to a convergence due to a local minimum. Therefore, good initial values will result in fast computations with few iterations and if multiple minima exist, it will lead to a solution that is a minimum. | ||
Various methods were developed for obtaining valid initial values for the regression parameters. The following procedure is described by Virene [1] in estimating the Gompertz parameters. This procedure is rather simple. It will be used to get the starting values for the Gauss-Newton method, or for any other method that requires initial values. Some analysts are using this method to calculate the parameters if the data set is divisible into three groups of equal size. However, if the data set is not equally divisible, it can still provide good initial estimates. | Various methods were developed for obtaining valid initial values for the regression parameters. The following procedure is described by Virene [1] in estimating the Gompertz parameters. This procedure is rather simple. It will be used to get the starting values for the Gauss-Newton method, or for any other method that requires initial values. Some analysts are using this method to calculate the parameters if the data set is divisible into three groups of equal size. However, if the data set is not equally divisible, it can still provide good initial estimates. | ||
Line 274: | Line 274: | ||
<br> | <br> | ||
<br> | <br> | ||
==Confidence Bounds for the Gompertz Model== | |||
The approximate reliability confidence bounds under the Gompertz model can be obtained with nonlinear regression. Additionally, the reliability is always between <math>0</math> and <math>1</math> . In order to keep the endpoints of the confidence interval, the logit transformation is used to obtain the confidence bounds on reliability. | |||
::<math>CB=\frac{{{{\hat{R}}}_{i}}}{{{{\hat{R}}}_{i}}+(1-{{{\hat{R}}}_{i}}){{e}^{\pm {{z}_{\alpha }}{{{\hat{\sigma }}}_{R}}/\left[ {{{\hat{R}}}_{i}}(1-{{{\hat{R}}}_{i}}) \right]}}}</math> | |||
::<math>{{\hat{\sigma }}^{2}}=\frac{SSE}{n-p}</math> | |||
<br> | |||
where <math>p</math> is the total number of groups (in this case 3) and <math>n</math> is the total number of items in each group. | |||
<br> | |||
==Example: Standard Gompertz for Reliability Data== | |||
A device is required to have a reliability of <math>92%</math> at the end of a 12-month design and development period. The following table gives the data obtained for the first five moths. | |||
<br> | |||
:1) What will the reliability be at the end of this 12-month period? | |||
:2) What will the maximum achievable reliability be if the reliability program plan pursued during the first 5 months is continued? | |||
:3) How do the predicted reliability values compare with the actual values? | |||
{|style= align="center" border="2" | {|style= align="center" border="2" | ||
|+'''Table 7.1 - Design and development time versus demonstrated reliability data for a device''' | |+'''Table 7.1 - Design and development time versus demonstrated reliability data for a device''' | ||
Line 299: | Line 316: | ||
| || || || <math>{{S}_{3}}</math> = 8.850 | | || || || <math>{{S}_{3}}</math> = 8.850 | ||
|} | |} | ||
<br> | <br> | ||
'''Solution''' | '''Solution''' | ||
<br> | <br> | ||
Having completed Steps 1 through 4 by preparing | Having completed Steps 1 through 4 by preparing the table and calculating the last column to find <math>{{S}_{1}}</math> , <math>{{S}_{2}}</math> and <math>{{S}_{3}}</math> , proceed as follows: | ||
:a) Find <math>c</math> from Eqn. (eq9). | :a) Find <math>c</math> from Eqn. (eq9). | ||
::<math>\begin{align} | ::<math>\begin{align} | ||
Line 375: | Line 373: | ||
And with the coefficients at the end of the first iteration, <math>{{g}^{(1)}},</math> <math>Q</math> is: | And with the coefficients at the end of the first iteration, <math>{{g}^{(1)}},</math> <math>Q</math> is: | ||
<br> | <br> | ||
Therefore, it can be justified that the Gauss-Newton method works in the right direction. The iterations are continued until the relationship of Eqn.(crit) is satisfied. Note that RGA uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods. The estimated parameters using RGA are shown in Figure SGomp1. They are: | Therefore, it can be justified that the Gauss-Newton method works in the right direction. The iterations are continued until the relationship of Eqn.(crit) is satisfied. Note that the RGA siftware uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods. The estimated parameters using RGA are shown in Figure SGomp1. They are: | ||
::<math>\begin{align} | ::<math>\begin{align} | ||
Line 394: | Line 392: | ||
:2) The maximum achievable reliability from Step 2, or from the value of <math>a</math> , is <math>0.9422</math> . | :2) The maximum achievable reliability from Step 2, or from the value of <math>a</math> , is <math>0.9422</math> . | ||
<br> | <br> | ||
:3) The predicted reliability values, as calculated from the Gompertz equation, Eqn. (eq8), are compared with the actual data in | :3) The predicted reliability values, as calculated from the Gompertz equation, Eqn. (eq8), are compared with the actual data in the table below. It may be seen in the table that the Gompertz curve appears to provide a very good fit for the data used because the equation reproduces the available data with less than <math>1%</math> error. Eqn. (eq8) is plotted in Figure oldfig32 and identifies the type of reliability growth curve this equation represents. | ||
<br> | <br> | ||
{|style= align="center" border="1" | {|style= align="center" border="1" | ||
|+''' | |+'''Comparison of the predicted reliabilities with the actual data''' | ||
!Growth Time <math>T</math>(months) | !Growth Time <math>T</math>(months) | ||
!Gompertz Reliability(%) | !Gompertz Reliability(%) | ||
Line 429: | Line 427: | ||
|} | |} | ||
<br> | <br> | ||
[[Image:rga7.3.png|thumb|center|400px|Plot of the | [[Image:rga7.3.png|thumb|center|400px|Plot of the reliability growth curve]] | ||
==Example: Standard Gompertz for Sequential Data== | |||
Calculate the parameters of the Gompertz model using the sequential data in | Calculate the parameters of the Gompertz model using the sequential data in the following table. | ||
<br> | <br> | ||
{|style= align="center" border="1" | {|style= align="center" border="1" | ||
|+''' | |+'''Sequential data''' | ||
!Run Number | !Run Number | ||
!Result | !Result | ||
Line 493: | Line 491: | ||
'''Solution''' | '''Solution''' | ||
Using RGA, the parameter estimates are shown in | Using RGA, the parameter estimates are shown in the following figure. | ||
[[Image:rga7.4.png|thumb|center|400px|Estimated Standard Gompertz parameters.]] | |||
==Cumulative Reliability== | ==Cumulative Reliability== | ||
Line 513: | Line 510: | ||
It must be emphasized that the instantaneous reliability of the developed equipment is increasing as the test-analyze-fix-and-test process continues. In addition, the instantaneous reliability is higher than the cumulative reliability. Therefore, the reliability growth curve based on the cumulative reliability can be thought of as the lower bound of the true reliability growth curve. | It must be emphasized that the instantaneous reliability of the developed equipment is increasing as the test-analyze-fix-and-test process continues. In addition, the instantaneous reliability is higher than the cumulative reliability. Therefore, the reliability growth curve based on the cumulative reliability can be thought of as the lower bound of the true reliability growth curve. | ||
=The Modified Gompertz Model= | |||
Sometimes reliability growth data with an S-shaped trend cannot be described accurately by the Gompertz or [[Logistic]] curves. Because these two models have fixed values of reliability at the inflection points, only a few reliability growth data sets following an S-shaped reliability growth curve can be fitted to them. A modification of the Gompertz curve, which overcomes this shortcoming, is given next [5]. | |||
Sometimes reliability growth data with an S-shaped trend cannot be described accurately by the Gompertz or Logistic | |||
<br> | <br> | ||
If we apply a shift in the vertical coordinate, then the Gompertz model is defined by: | If we apply a shift in the vertical coordinate, then the Gompertz model is defined by: | ||
Line 537: | Line 533: | ||
The Modified Gompertz model is more flexible than the original, especially when fitting growth data with S-shaped trends. | The Modified Gompertz model is more flexible than the original, especially when fitting growth data with S-shaped trends. | ||
==Parameter Estimation== | |||
To implement the Modified Gompertz growth model, initial values of the parameters <math>a</math> , <math>b</math> , <math>c</math> and <math>d</math> must be determined. When analyzing reliability data in RGA, you have the option to enter the reliability values in percent or in decimal format. However, <math>a</math> and <math>d</math> will always be returned in decimal format and not in percent. The estimated parameters in RGA are unitless. | To implement the Modified Gompertz growth model, initial values of the parameters <math>a</math> , <math>b</math> , <math>c</math> and <math>d</math> must be determined. When analyzing reliability data in RGA, you have the option to enter the reliability values in percent or in decimal format. However, <math>a</math> and <math>d</math> will always be returned in decimal format and not in percent. The estimated parameters in RGA are unitless. | ||
Given that <math>R=d+a{{b}^{{{c}^{T}}}}</math> and <math>\ln (R-d)=\ln (a)+{{c}^{T}}\ln (b)</math> , it follows that <math>{{S}_{1}}</math> , <math>{{S}_{2}}</math> and <math>{{S}_{3}}</math> , as defined in the derivation of the Standard Gompertz model, can be expressed as functions of <math>d</math> . | Given that <math>R=d+a{{b}^{{{c}^{T}}}}</math> and <math>\ln (R-d)=\ln (a)+{{c}^{T}}\ln (b)</math> , it follows that <math>{{S}_{1}}</math> , <math>{{S}_{2}}</math> and <math>{{S}_{3}}</math> , as defined in the derivation of the Standard Gompertz model, can be expressed as functions of <math>d</math> . | ||
Line 667: | Line 663: | ||
As mentioned previously, when using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results. Note that RGA uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods. | As mentioned previously, when using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results. Note that RGA uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods. | ||
==Confidence Bounds== | |||
The approximate reliability confidence bounds under the Modified Gompertz model can be obtained using nonlinear regression. Additionally, the reliability is always between <math>0</math> and <math>1</math> . In order to keep the endpoints of the confidence interval, the logit transformation can be used to obtain the confidence bounds on reliability. | The approximate reliability confidence bounds under the Modified Gompertz model can be obtained using nonlinear regression. Additionally, the reliability is always between <math>0</math> and <math>1</math> . In order to keep the endpoints of the confidence interval, the logit transformation can be used to obtain the confidence bounds on reliability. | ||
Line 677: | Line 673: | ||
where <math>p</math> is the total number of groups (in this case 4) and <math>n</math> is the total number of items in each group. | where <math>p</math> is the total number of groups (in this case 4) and <math>n</math> is the total number of items in each group. | ||
==Example: Modified Gompertz for Reliability Data== | |||
A reliability growth data set is given in | A reliability growth data set is given in columns 1 and 2 of the following table. Find the Modified Gompertz curve that represents the data and plot it comparatively with the raw data. | ||
<br> | <br> | ||
{|style= align="center" border="1" | {|style= align="center" border="1" | ||
|+''' | |+'''The development time versus observed reliability data and predicted reliabilities''' | ||
!Time(months) | !Time(months) | ||
!Raw Data Reliability(%) | !Raw Data Reliability(%) | ||
Line 852: | Line 848: | ||
== | ==More Examples== | ||
=== | ===Standard Gompertz for Grouped per Configuration Data=== | ||
A new design is put through a reliability growth test. The requirement is that after the ninth stage the design will exhibit an 85% reliability with a 90% confidence level. Given the data in the following table, do the following: | |||
A new design is put through a reliability growth test. The requirement is that after the ninth stage the design will exhibit an 85% reliability with a 90% confidence level. Given the data in | |||
<br> | <br> | ||
:1) Estimate the parameters of the Standard Gompertz model. | :1) Estimate the parameters of the Standard Gompertz model. | ||
Line 862: | Line 857: | ||
<br> | <br> | ||
{|style= align="center" border="1" | {|style= align="center" border="1" | ||
|+''' | |+'''Grouped per configuration data''' | ||
!Stage | !Stage | ||
!Number of Units | !Number of Units | ||
Line 886: | Line 881: | ||
|} | |} | ||
<br> | <br> | ||
'''Solution''' | |||
<br> | |||
:1) The data is entered in cumulative format and the estimated Standard Gompertz parameters are shown in Figure Gompex4a. | :1) The data is entered in cumulative format and the estimated Standard Gompertz parameters are shown in Figure Gompex4a. | ||
Line 905: | Line 901: | ||
The estimated reliability at the end of the ninth stage is equal to 91.92%. However, the lower limit at the 90% 1-sided confidence bound is equal to 82.15%. Therefore, the required goal of 85% reliability at a 90% confidence level has not been met. | The estimated reliability at the end of the ninth stage is equal to 91.92%. However, the lower limit at the 90% 1-sided confidence bound is equal to 82.15%. Therefore, the required goal of 85% reliability at a 90% confidence level has not been met. | ||
===Example | ===Example Comparing Standard and Modified Gompertz=== | ||
Using the data in | Using the data in the following table, determine whether the Standard Gompertz or Modified Gompertz would be better suited for analyzing the given data. | ||
<br> | <br> | ||
{|style= align="center" border="1" | {|style= align="center" border="1" | ||
|+''' | |+'''Reliability data''' | ||
!Stage | !Stage | ||
!Reliability (%) | !Reliability (%) | ||
Line 934: | Line 930: | ||
|} | |} | ||
'''Solution''' | |||
<br> | |||
The Standard | The Standard Gompertz Reliability vs. Time plot is shown next. | ||
The Modified Gompertz | [[Image:rga7.8.png|thumb|center|400px|Standard Gompertz Reliability vs. Time plot]] | ||
The Standard Gompertz seems to do a fairly good job of modeling the data. However, it appears that it is having difficulty modeling the S-shape of the data. The Modified Gompertz Reliability vs. Time plot is shown next. As expected, the Modified Gompertz does a much better job of handling the S-shape presented by the data and provides a better fit for this data. | |||
[[Image:rga7.9.png|thumb|center|400px|Modified Gompertz Reliability vs. Time plot.]] | |||
<br> | <br> | ||
Revision as of 00:08, 28 August 2012
This chapter discusses the two Gompertz models that are used in RGA. The Standard Gompertz and the Modified Gompertz.
The Standard Gompertz Model
The Gompertz reliability growth model is often used when analyzing reliability data. It is most applicable when the data set follows a smooth curve, as shown in Figure oldfig31. The Gompertz model is mathematically given by [1]:
where:
•
•
•
•
•
•
•
•
As it can be seen from the mathematical definition, the Gompertz model is a 3-parameter model with the parameters
Parameter Estimation
<PER LISA: ASK SME TO ADD SOME SORT OF INTRODUCTION THAT PREPARES THE READER FOR THE THREE SUBSECTIONS>
Linear Regression (Least Squares)
The method of least squares requires that a straight line be fitted to a set of data points. If the regression is on
or in matrix form where bold letters indicate matrices:
- where:
- and:
The vector
Solving for
Now the term
Nonlinear Regression
Nonlinear regression is similar to linear regression, except that a curve is fitted to the data set instead of a straight line. Just as in the linear scenario, the sum of the squares of the horizontal and vertical distances between the line and the points are to be minimized. In the case of the nonlinear Gompertz model
- where:
- and:
The Gauss-Newton method can be used to solve for the parameters
This procedure starts by using initial estimates of the parameters
- where:
So Eqn. (nl1) becomes:
or by shifting
In matrix form this is given by:
- where:
- and:
Note that Eqn. (matr) is in the form of the general linear regression model of Eqn. (linear). According to Eqn. (lincoeff), the estimate of the parameters
The revised estimated regression coefficients in matrix form are:
The least squares criterion measure,
And with the coefficients at the end of the first iteration,
For the Gauss-Newton method to work properly and to satisfy the Least Squares Principle, the relationship
When using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results.
Choice of Initial Values
The choice of the starting values for the nonlinear regression is not an easy task. A poor choice may result in a lengthy computation with many iterations. It may also lead to divergence, or to a convergence due to a local minimum. Therefore, good initial values will result in fast computations with few iterations and if multiple minima exist, it will lead to a solution that is a minimum.
Various methods were developed for obtaining valid initial values for the regression parameters. The following procedure is described by Virene [1] in estimating the Gompertz parameters. This procedure is rather simple. It will be used to get the starting values for the Gauss-Newton method, or for any other method that requires initial values. Some analysts are using this method to calculate the parameters if the data set is divisible into three groups of equal size. However, if the data set is not equally divisible, it can still provide good initial estimates.
Consider the case where
- where:
- •
is equal to the number of items in each equally sized group - •
- •
The Gompertz reliability equation is given by:
- and:
- Define:
- Then:
Without loss of generality, take
Solving for
Considering Eqns. (gomp3a) and (gomp3b), then:
- or:
Reordering the equation yields:
If the reliability values are in percent then
Reordering Eqn. (gomp6) yields:
For the special case where
To estimate the values of the parameters
- 1) Arrange the currently available data in terms of
and as in Table 7.1. The values should be chosen at equal intervals and increasing in value by 1, such as one month, one hour, etc. - 2) Calculate the natural log
. - 3) Divide the column of values for log
into three groups of equal size, each containing items. There should always be three groups. Each group should always have the same number, , of items, measurements or values. - 4) Add the values of the natural log
in each group, obtaining the sums identified as , and , starting with the lowest values of the natural log . - 5) Calculate
from Eqn. (eq9): - 6) Calculate
from Eqn. (eq10): - 7) Calculate
from Eqn. (eq11): , the time at which the reliability goal is to be achieved, to see if the reliability is indeed to be attained or exceeded by .
Confidence Bounds for the Gompertz Model
The approximate reliability confidence bounds under the Gompertz model can be obtained with nonlinear regression. Additionally, the reliability is always between
where
Example: Standard Gompertz for Reliability Data
A device is required to have a reliability of
- 1) What will the reliability be at the end of this 12-month period?
- 2) What will the maximum achievable reliability be if the reliability program plan pursued during the first 5 months is continued?
- 3) How do the predicted reliability values compare with the actual values?
Group Number | Growth Time |
Reliability |
|
---|---|---|---|
0 | 58 | 4.060 | |
1 | 1 | 66 | 4.190 |
2 | 72.5 | 4.284 | |
2 | 3 | 78 | 4.357 |
4 | 82 | 4.407 | |
3 | 5 | 85 | 4.443 |
Solution
Having completed Steps 1 through 4 by preparing the table and calculating the last column to find
- a) Find
from Eqn. (eq9). - b) Find
from Eqn. (eq10).- This is the upper limit for the reliability as
.
- This is the upper limit for the reliability as
- c) Find
from Eqn. (eq11).- Now, since the initial values have been determined, the Gauss-Newton method can be used. Therefore, substituting
become:
The estimate of the parameters
The revised estimated regression coefficients in matrix form are:
If the Gauss-Newton method works effectively, then the relationship has to hold, meaning that
And with the coefficients at the end of the first iteration,
Therefore, it can be justified that the Gauss-Newton method works in the right direction. The iterations are continued until the relationship of Eqn.(crit) is satisfied. Note that the RGA siftware uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods. The estimated parameters using RGA are shown in Figure SGomp1. They are:
The Gompertz reliability growth curve is:
- 1) The achievable reliability at the end of the 12-month period of design and development is:
The required reliability is
- 2) The maximum achievable reliability from Step 2, or from the value of
, is .
- 3) The predicted reliability values, as calculated from the Gompertz equation, Eqn. (eq8), are compared with the actual data in the table below. It may be seen in the table that the Gompertz curve appears to provide a very good fit for the data used because the equation reproduces the available data with less than
error. Eqn. (eq8) is plotted in Figure oldfig32 and identifies the type of reliability growth curve this equation represents.
Growth Time |
Gompertz Reliability(%) | Raw Data Reliability(%) |
---|---|---|
0 | 57.97 | 58.00 |
1 | 66.02 | 66.00 |
2 | 72.62 | 72.50 |
3 | 77.87 | 78.00 |
4 | 81.95 | 82.00 |
5 | 85.07 | 85.00 |
6 | 87.43 | |
7 | 89.20 | |
8 | 90.52 | |
9 | 91.50 | |
10 | 92.22 | |
11 | 92.75 | |
12 | 93.14 |
Example: Standard Gompertz for Sequential Data
Calculate the parameters of the Gompertz model using the sequential data in the following table.
Run Number | Result | Successes | Observed Reliability(%) |
---|---|---|---|
1 | F | 0 | |
2 | F | 0 | |
3 | F | 0 | |
4 | S | 1 | 25.00 |
5 | F | 1 | 20.00 |
6 | F | 1 | 16.67 |
7 | S | 2 | 28.57 |
8 | S | 3 | 37.50 |
9 | S | 4 | 44.44 |
10 | S | 5 | 50.00 |
11 | S | 6 | 54.55 |
12 | S | 7 | 58.33 |
13 | S | 8 | 61.54 |
14 | S | 9 | 64.29 |
15 | S | 10 | 66.67 |
16 | S | 11 | 68.75 |
17 | F | 11 | 64.71 |
18 | S | 12 | 66.67 |
19 | F | 12 | 63.16 |
20 | S | 13 | 65.00 |
21 | S | 14 | 66.67 |
22 | S | 15 | 68.18 |
Solution Using RGA, the parameter estimates are shown in the following figure.
Cumulative Reliability
For many kinds of equipment, especially missiles and space systems, only success/failure data (also called discrete or attribute data) is obtained. Conservatively, the cumulative reliability can be used to estimate the trend of reliability growth. The cumulative reliability is given by [3]:
- where:
It must be emphasized that the instantaneous reliability of the developed equipment is increasing as the test-analyze-fix-and-test process continues. In addition, the instantaneous reliability is higher than the cumulative reliability. Therefore, the reliability growth curve based on the cumulative reliability can be thought of as the lower bound of the true reliability growth curve.
The Modified Gompertz Model
Sometimes reliability growth data with an S-shaped trend cannot be described accurately by the Gompertz or Logistic curves. Because these two models have fixed values of reliability at the inflection points, only a few reliability growth data sets following an S-shaped reliability growth curve can be fitted to them. A modification of the Gompertz curve, which overcomes this shortcoming, is given next [5].
If we apply a shift in the vertical coordinate, then the Gompertz model is defined by:
- where:
= system's reliability at development time or at launch number , or stage number . = shift parameter.
= upper limit that the reliability approaches asymptotically as = initial reliability at = growth pattern indicator(small values of indicate rapid early reliability growth and large values of indicate slow reliability growth).
The Modified Gompertz model is more flexible than the original, especially when fitting growth data with S-shaped trends.
Parameter Estimation
To implement the Modified Gompertz growth model, initial values of the parameters
Modifying Eqns. (eq9), (eq10) and (eq11) as functions of
where
Now there are four equations, Eqns. (eq17), (eq18), (eq19) and (eq20), and four unknowns,
The Taylor series expansion approximates the mean response,
- where:
- Let:
- Therefore:
or by shifting
In matrix form, this is given by:
- where:
The same reasoning as before is followed here, and the estimate of the parameters
The revised estimated regression coefficients in matrix form are:
To see if the revised regression coefficients will lead to a reasonable result, the least squares criterion measure, , should be checked. According to the Least Squares Principle, the solution to the values of the parameters are those values that minimize
With the coefficients at the end of the first iteration,
For the Gauss-Newton method to work properly, and to satisfy the Least Squares Principle, the relationship
As mentioned previously, when using the Gauss-Newton method or some other estimation procedure, it is advisable to try several sets of starting values to make sure that the solution gives relatively consistent results. Note that RGA uses a different analysis method called the Levenberg-Marquardt. This method utilizes the best features of the Gauss-Newton method and the method of the steepest descent, and occupies a middle ground between these two methods.
Confidence Bounds
The approximate reliability confidence bounds under the Modified Gompertz model can be obtained using nonlinear regression. Additionally, the reliability is always between
where
Example: Modified Gompertz for Reliability Data
A reliability growth data set is given in columns 1 and 2 of the following table. Find the Modified Gompertz curve that represents the data and plot it comparatively with the raw data.
Time(months) | Raw Data Reliability(%) | Gompertz Reliability(%) | Logistic Reliability(%) | Modified Gompertz Reliability(%) |
---|---|---|---|---|
0 | 31.00 | 25.17 | 22.70 | 31.18 |
1 | 35.50 | 38.33 | 38.10 | 35.08 |
2 | 49.30 | 51.35 | 56.40 | 49.92 |
3 | 70.10 | 62.92 | 73.00 | 69.23 |
4 | 83.00 | 72.47 | 85.00 | 83.72 |
5 | 92.20 | 79.94 | 93.20 | 92.06 |
6 | 96.40 | 85.59 | 96.10 | 96.29 |
7 | 98.60 | 89.75 | 98.10 | 98.32 |
8 | 99.00 | 92.76 | 99.10 | 99.27 |
Solution
To determine the parameters of the Modified Gompertz curve, use:
- and:
where
Eqns. (eq24), (eq25), (eq26) and (eq28) can now be solved simultaneously. One method for solving these equations numerically is to substitute different values of
Now, since the initial values have been determined, the Gauss-Newton method can be used. Therefore, substituting
The estimate of the parameters
The revised estimated regression coefficients in matrix form are given by:
With the starting coefficients
With the coefficients at the end of the first iteration,
- Therefore:
Hence, the Gauss-Newton method works in the right direction. The iterations are continued until the relationship of Eqn. (critir) has been satisfied. Using RGA, the estimators of the parameters are:
Therefore, the Modified Gompertz model is:
Using Eqn. (eq29), the predicted reliability is plotted in the following figure along with the raw data. It can be seen from the plot in Figure MGomp1 that the Modified Gompertz curve represents the data very well.
More Examples
Standard Gompertz for Grouped per Configuration Data
A new design is put through a reliability growth test. The requirement is that after the ninth stage the design will exhibit an 85% reliability with a 90% confidence level. Given the data in the following table, do the following:
- 1) Estimate the parameters of the Standard Gompertz model.
- 2) What is the initial reliability at
? - 3) Determine the reliability at the end of the ninth stage and check to see if the goal has been met.
Stage | Number of Units | Number of Failures |
---|---|---|
1 | 10 | 5 |
2 | 8 | 3 |
3 | 9 | 3 |
4 | 9 | 2 |
5 | 10 | 2 |
6 | 10 | 1 |
7 | 10 | 1 |
8 | 10 | 1 |
9 | 10 | 1 |
Solution
- 1) The data is entered in cumulative format and the estimated Standard Gompertz parameters are shown in Figure Gompex4a.
- 2) The initial reliability at
is equal to:
- 3) The reliability at the ninth stage can be calculated using the Quick Calculation Pad (QCP) as shown in Figure Gompex4b.
The estimated reliability at the end of the ninth stage is equal to 91.92%. However, the lower limit at the 90% 1-sided confidence bound is equal to 82.15%. Therefore, the required goal of 85% reliability at a 90% confidence level has not been met.
Example Comparing Standard and Modified Gompertz
Using the data in the following table, determine whether the Standard Gompertz or Modified Gompertz would be better suited for analyzing the given data.
Stage | Reliability (%) |
---|---|
0 | 36 |
1 | 38 |
2 | 46 |
3 | 58 |
4 | 71 |
5 | 80 |
6 | 86 |
7 | 88 |
8 | 90 |
9 | 91 |
Solution
The Standard Gompertz Reliability vs. Time plot is shown next.
The Standard Gompertz seems to do a fairly good job of modeling the data. However, it appears that it is having difficulty modeling the S-shape of the data. The Modified Gompertz Reliability vs. Time plot is shown next. As expected, the Modified Gompertz does a much better job of handling the S-shape presented by the data and provides a better fit for this data.