clock Based
fun clockBased(timeBetweenFailures: RVariableIfc, repairTime: RVariableIfc, basis: FailureBasis = FailureBasis.OPERATING_TIME): FailureModel(source)
Failures that come with the passage of time.
Parameters
basis
FailureBasis.OPERATING_TIME by default, because a vehicle that is not working is usually not wearing. Pass FailureBasis.CALENDAR_TIME for a fleet whose failures are about age rather than about use.