timesoffailure: successive failure times

Description Usage Format References Examples

Description

The data set contains the times of successive failures for the air conditioning system of each member in a fleet of 13 Boeing 720 jet aircrafts. The data frame has 213 rows and 1 column.

Usage

1
2
#Load this data set for subsequent analysis:
data(timesoffailure)

Format

This data frame contains one column,

x: pooled failure times about 213 observations.

References

Proschan, F. (1963). Theoretical explanation of observed decreasing failure rate. Technometrics 5, 375–83.

Examples

1
2
3
#fit a finite exponential mixture model of order 2 to this data set. 
data(timesoffailure)
pmle.exp(timesoffailure,2,1)

Example output

$`PMLE of mixing proportions:`
[1] 0.451 0.549

$`PMLE of component parameters:`
[1]  47.74 130.31

$`log-likelihood:`
[1] -1175.616

$`Penalized log-likelihood:`
[1] -1177.012

MixtureInf documentation built on May 2, 2019, 3:32 p.m.