View source: R/exp_equal_mtbf.R
| exp_equal_mtbf | R Documentation | 
exp_equal_mtbf compares MTBF parameters from exponential distributions
and returns the p-value.
exp_equal_mtbf(T, r)
T | 
 A vector with test times, with the same length as r.  | 
r | 
 A vector of failures, with the same length at T.  | 
The output is a list with the p-value and interpretation help.
Rigdon, Steven E., and Basu, Asit P. Escobar. Statistical Methods for the Reliability of Repairable Systems. Wiley-Interscience, 2000. (pgs 215-218)
exp_mtbf_req, exp_reliability_req,
exp_test_duration, exp_mean_lcb,
exp_mean_ci, exp_fixed_duration_tests
  # 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.