ai_from_ao | R Documentation |
ai_from_ao
solves for Inherent Availability
given the other inputs.
ai_from_ao(ao, cmt, aldt)
ao |
Operational Availability. |
cmt |
Corrective Maintenance Time. |
aldt |
Administrative and Logistics Down Time. |
The output will be a numeric value for Inherent Availability.
ao_unknown
, ao_keesee
,
ao_keesee_test_duration
# What would inherent availability be if operational availability was 0.83,
# CMT was 10.8 hours, and ALDT was 40.4 hours?
ai_from_ao(ao = 0.83, cmt = 10.8, aldt = 40.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.