dataset2: Controller Dataset

Description Usage Format Details References Examples

Description

Several data sets related to life test are available in the reliaR package, which have been taken from the literature.

Usage

1

Format

A vector containing 111 observations.

Details

The data is obtained from Lyu(1996) and is given in chapter 11 as DATASET2. The data set contains 36 months of defect-discovery times for a release of Controller Software consisting of about 500,000 lines of code installed on over 100,000 controllers.

References

Lyu, M. R. (1996). Handbook of Software Reliability Engineering, IEEE Computer Society Press, http://www.cse.cuhk.edu.hk/~lyu/book/reliability/

Examples

1
2
3
4
## Load data sets
data(dataset2)
## Histogram for dataset2
hist(dataset2)

Example output



reliaR documentation built on May 1, 2019, 9:51 p.m.

Related to dataset2 in reliaR...