Learn R Programming

reliaR (version 0.01)

sys2: Software Reliability Dataset

Description

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

Usage

data(sys2)

Arguments

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

Run this code
## Load data sets
data(sys2)
## Histogram for sys2
hist(sys2)

Run the code above in your browser using DataLab