ai_from_ao: Solve for Inherent Availability Given Operational...

View source: R/ai_from_ao.R

ai_from_aoR Documentation

Solve for Inherent Availability Given Operational Availability, CMT and ALDT

Description

ai_from_ao solves for Inherent Availability given the other inputs.

Usage

ai_from_ao(ao, cmt, aldt)

Arguments

ao

Operational Availability.

cmt

Corrective Maintenance Time.

aldt

Administrative and Logistics Down Time.

Value

The output will be a numeric value for Inherent Availability.

See Also

ao_unknown, ao_keesee, ao_keesee_test_duration

Examples

# 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)


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