mtbf | R Documentation |
Mean Time Between Failures (MTBF).
mtbf(failures, totalTime)
failures |
Failures. A numeric value representing the number of failures for a given period. |
totalTime |
Total Time. A numeric value representing the total time for a given period or a numeric vector of time periods |
The function returns a numeric value representing the MTBF for a given period.
fail <- 5
total <- 1000
mtbf(fail, total)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.