ao_unknown | R Documentation |
ao_unknown
solves for the unknown in the Operational Availability
equation given the other inputs. One and only one of the parameters
should be passed as NA
.
ao_unknown(ao = NA, upt = NA, cmt = NA, aldt = NA)
ao |
Operational Availability. |
upt |
Up Time. |
cmt |
Corrective Maintenance Time. |
aldt |
Administrative and Logistics Down Time. |
The output will be a numeric value for the unput passed as NA.
ai_from_ao
, ao_keesee
,
ao_keesee_test_duration
# What is the required MTBF to have a 90% prob of
# completing a 24 hour mission duration?
ao_unknown(ao = 0.83, upt = 250, cmt = NA, aldt = 40.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.