sys2: Software Reliability 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 86 observations.

Details

The data is obtained from DACS Software Reliability Dataset, Lyu (1996). The data represents the time-between-failures (time unit in miliseconds) of a software. The data given here is transformed from time-between-failures to failure times.

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(sys2)
## Histogram for sys2
hist(sys2)

Example output



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

Related to sys2 in reliaR...