Companion

Functions

Link copied to clipboard
fun clockBased(timeBetweenFailures: RVariableIfc, repairTime: RVariableIfc, basis: FailureBasis = FailureBasis.OPERATING_TIME): FailureModel

Failures that come with the passage of time.

Link copied to clipboard
fun distanceBased(distanceBetweenFailures: RVariableIfc, repairTime: RVariableIfc): FailureModel

Failures that come with mileage.

Link copied to clipboard
fun usageBased(tasksBetweenFailures: RVariableIfc, repairTime: RVariableIfc): FailureModel

Failures that come with duty cycles: one every so many completed tasks.