timerepair {bs}R Documentation

Maintenance data

Description

Several data sets related to the BSD are available in the bs package, which have been taken from the literature on this topic.

Usage

data(timerepair)

Format

A vector containing 46 observations.

Details

timerepair correspond to maintenance data on active repair times (in hours) for an airborne communications transceiver.

References

Hsieh, H. K. (1990). Estimating the Critical Time of Inverse Gaussian Hazard Rate. IEEE Transactions on Reliability, 39(10): 342-345.

Examples

## Load data sets
data(timerepair)
## Histogram for timerepair
hist(timerepair)

[Package bs version 1.0 Index]