ao_keesee_test_duration: Determines the test time required to demonstrate Availability...

View source: R/ao_keesee_test_duration.R

ao_keesee_test_durationR Documentation

Determines the test time required to demonstrate Availability was met with Confidence

Description

ao_keesee_test_duration determines the test time required to demonstrate Availability was met with confidence, assuming a nunmber of failures, repairs, and mean time to repair (MTTR) (an optionally Admin/Logistics Delay Time (ALDT), Mean ALDT (MLDT), and the number of observed ALDTs).

Usage

ao_keesee_test_duration(n, m, k = NA, mttr, mldt = NA, ao, alpha = 0.4)

Arguments

n

Number of failures.

m

Number of repairs.

k

Number of Admin/Logistics Delays (set to NA as default to exclude ALDT).

mttr

Assumed mean time to repair.

mldt

Assumed mean logistics delay time (set to NA as default to exclude ALDT).

ao

Availability to be demonstrated.

alpha

Two-sided alpha value.

Value

The output will be a numeric vector giving the required Up Time, assumed Down Time, and Total Time.

References

Keesee, W.R. A Method of Determining a Confidence Interval for Availability. 1965. urlhttps://apps.dtic.mil/sti/citations/AD0617716

See Also

ao_unknown, ai_from_ao, ao_keesee

Examples

ao_keesee_test_duration(n=1, m=1, mttr=1, ao=.83, alpha = .4)
ao_keesee_test_duration(n=2, m=2, mttr=10.8+40.4, ao=.83, alpha = .4)
ao_keesee_test_duration(n=2, m=2, mttr=10.8, ao=0.9585852, alpha = .4)


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