exp_mtbf_req | R Documentation |
mtbf_req
calculates the Mean Time Between Failure
(MTBF) requirement based on a defined Reliability 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_mtbf_req(R_m, md)
R_m |
A numeric mission Reliability requirement (0.00:1.00). |
md |
A numeric mission duration. This could be time, miles, rounds, etc. |
The output will be a numeric vector with units the same as the mission duration.
exp_reliability_req
, exp_test_duration
,
exp_mean_lcb
, exp_test_demo
# What is the required MTBF to have a 90% prob of
# completing a 24 hour mission duration?
exp_mtbf_req(R_m = .9, md = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.