Research Article
A New Variant of JM Software Reliability Model
Algorithm 1
Algorithm to estimate
N′ from equation (
5).
| (1) | for n = 3 to 136 | | | begin | | (2) | for N′ = 3 to 150 | | | begin | | (3) | r = f(N′) | | | end | | (4) | Find the minimum value of r and print N′ for that value. | | | end |
|