quantile.betaStacyProcess: Calculates the expected time to failure for various quantiles

Description Usage Arguments Details Value Examples

Description

Calculates the expected time to failure for various quantiles

Usage

1
2
## S3 method for class 'betaStacyProcess'
quantile(bsp, probs)

Arguments

bsp

The bsp object to calculate from

probs

numeric vector of probabilities

Details

This function calculates the expected failure time for a given quantile from the centering measure of the BSP.

Value

a named numeric vector of times associated with each quantile

Examples

1
2
bsp=bsp(1:3, c(.25,.5,.75), 1)
quantile(bsp, c(.333, .666))

jntrcs/BnpSysRel documentation built on May 16, 2019, 9:09 p.m.