bspConfint: Finds approximate (simulated) confidence intervals for the...

Description Usage Arguments Value Note Examples

Description

Finds approximate (simulated) confidence intervals for the percent failed at a given time

Usage

1
bspConfint(bsp, times, conf.level = 0.05)

Arguments

bsp

The bsp object

times

Place where you would like confidence intervals

conf.level

Alpha level for confidence (default .05)

Value

A 2xlength(times) matrix with upper and lower bounds of the confidence interval

Note

If you intend to call this function multiple times on the same object, calling bsp$Samples<-bspSampling(bsp) before bspConfint will increase performance.

Examples

1
2
bsp=bsp(c(1:3), centeringMeasure = c(.1,.9, .98), precision = 2)
bspConfint(bsp, 1:3)

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