Related Topics: toprightheader.gif

Standard Gompertz Model

General Examples Using the Gompertz Models

Discrete (Success/Failure) Data

Reliability Data

Confidence Bounds for the Standard Gompertz Model

The approximate reliability confidence bounds under the Gompertz model can be obtained with nonlinear regression. Additionally, the reliability is always between 0 and 1. In order to keep the endpoints of the confidence interval, the logit transformation is used to obtain the confidence bounds on reliability.

MATH (19)

MATH

where p is the total number of groups (in this case 3) and n is the total number of items in each group.

Gompertz Models Example 1

A device is required to have a reliability of 92% at the end of a 12-month design and development period. Table 7.1 gives the data obtained for the first five moths.

  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?
Solution to Gompertz Models Example 1

Having completed Steps 1 through 4 by preparing Table 7.1 and calculating the last column of the table to find S1, S2 and S3, proceed as follows:

  1. Find c from Eqn. (16).

MATH

  1. Find a from Eqn. (17).

MATH

This is the upper limit for the reliability as MATH.

  1. Find b from Eqn. (18).

MATH

Now, since the initial values have been determined, the Gauss-Newton method can be used. Therefore, substituting Yi = Ri,  g1(0) = 94.16, g2(0) = 0.615, g3(0) = 0.731, Y(0), D(0), ν(0) become:

MATH

MATH

MATH

The estimate of the parameters ν(0) is given by:

MATH

The revised estimated regression coefficients in matrix form are:

MATH

If the Gauss-Newton method works effectively, then the relationship Q(k+1)< Q(k) has to hold, meaning that g(k+1) gives better estimates than g(k), after k. With the starting coefficients, g(0), Q is:

MATH

And with the coefficients at the end of the first iteration, g(1), Q is:

MATH

Therefore, it can be justified that the Gauss-Newton method works in the right direction. The iterations are continued until the relationship of Eqn. (6) 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 7.2. They are:

MATH

Figure

Figure 7.2: Estimated Standard Gompertz parameters

 

The Gompertz reliability growth curve is:

MATH (20)

  1. The achievable reliability at the end of the 12-month period of design and development is:

MATH

The required reliability is 92%. Consequently, from the previous result, this requirement will barely be met. Every effort should therefore be expended to implement the reliability program plan fully, and perhaps augment it slightly to assure that the reliability goal will be met.


  1. The maximum achievable reliability from Step 2, or from the value of a, is 0.9422.
  2. The predicted reliability values, as calculated from the Gompertz equation, Eqn. (1), are compared with the actual data in Table 7.2. It may be seen in Table 7.2 that the Gompertz curve appears to provide a very good fit for the data used, since the equation reproduces the available data with less than 1% error. Eqn. (1) is plotted in Figure 7.3 and identifies the type of reliability growth curve this equation represents.

Table 7.2 - Comparison of the predicted reliabilities with the actual data

Growth Time
Τ (months)

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

 

Figure

Figure 7.3: Plot of the reliability growth curve for Example 1

Gompertz Models Example 2

Calculate the parameters of the Gompertz model using the sequential data in Table 7.3.

Table 7.3 - Sequential data for Example 2

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 to Gompertz Models Example 2

Using RGA, the parameter estimates are shown in Figure 7.4.

Figure

Figure 7.4: Estimated Standard Gompertz parameters for Example 2