rel: Reliability.

View source: R/reliability.R

relR Documentation

Reliability.

Description

Reliability.

Usage

rel(outageTime, totalTime)

Arguments

outageTime

Forced Outage Time. A numeric value representing the forced outage time or a numeric vector of outage times.

totalTime

Total Time. A numeric value representing the total time for a given period or a numeric vector of time periods

Value

The function returns a numeric value representing the reliability for a given period.

Examples

outage <- 100
total <- 1000
rel(outage, total)

WeibullR.learnr documentation built on Sept. 11, 2024, 9:08 p.m.