exp_equal_mtbf: Compare MTBFs for Exponential Distributions

View source: R/exp_equal_mtbf.R

exp_equal_mtbfR Documentation

Compare MTBFs for Exponential Distributions

Description

exp_equal_mtbf compares MTBF parameters from exponential distributions and returns the p-value.

Usage

exp_equal_mtbf(T, r)

Arguments

T

A vector with test times, with the same length as r.

r

A vector of failures, with the same length at T.

Value

The output is a list with the p-value and interpretation help.

References

Rigdon, Steven E., and Basu, Asit P. Escobar. Statistical Methods for the Reliability of Repairable Systems. Wiley-Interscience, 2000. (pgs 215-218)

See Also

exp_mtbf_req, exp_reliability_req, exp_test_duration, exp_mean_lcb, exp_mean_ci, exp_fixed_duration_tests

Examples

  # from pg 189-192 of Statistical Methods for the Reliability of
   # Repairable Systems; Rigon and Basu
  exp_equal_mtbf(T = c(152, 122), r = c(13, 7))
  exp_equal_mtbf(T = c(152, 122), r = c(13))
  exp_equal_mtbf(T = c(493, 687, 456, 722), r = c(6, 6, 6, 6))


jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.