ao_keesee | R Documentation |
ao_keesee
gives a 2-sided CI for Operational Availability.
The method was documented by W.R. Keesee in "A Method of Determining
a Confidence Interval for Availability".
ao_keesee(n, m, upt, dnt, alpha = 0.4)
n |
Number of failures. |
m |
Number of repairs. |
upt |
Up Time. |
dnt |
Down Time. |
alpha |
Two-sided alpha value. |
The output will be a numeric vector giving the two-sided CI for Operational Availability, and point estimate.
Keesee, W.R. A Method of Determining a Confidence Interval for Availability. 1965. urlhttps://apps.dtic.mil/sti/citations/AD0617716
ao_unknown
, ai_from_ao
,
ao_keesee_test_duration
# What is the 90% 2-sided Ao CI given 14 failures, 20 repairs,
# 200 hours of Up Time and 100 hours of Down Time?
ao_keesee(n = 14, m = 20, upt = 200, dnt = 100, alpha = .2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.