View source: R/exp_reliability_req.R
exp_reliability_req | R Documentation |
exp_reliability_req
calculates the Reliability requirement based on a defined
Mean Time Between Failure (MTBF) (really we use Mean Time Between
Operational Mission Failure (MTBOMF)) requirement, and mission duration.
(Instead of Time, Miles, Rounds, etc. may be used.)
This assumes the times (miles, rounds, etc.) between failure
are exponentially distributed.
exp_reliability_req(mtbf, md)
mtbf |
A numeric MTBF requirement. This could be time, miles, rounds,
etc. Units should match the |
md |
A numeric mission duration. This could be time, miles, rounds,
etc. Units should match the |
The output will be a numeric vector defining the Reliability requirement, (the probability that no failure is observed during the given mission duration).
exp_mtbf_req
, exp_test_duration
,
exp_mean_lcb
, exp_equal_mtbf
,
exp_fixed_duration_tests
# What is the required Reliability if the MTBF is 228 hours and
# a mission duration of 24 hours?
exp_reliability_req(mtbf = 228, md = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.