percentileBootstrapCI

open fun percentileBootstrapCI(level: Double = defaultCILevel): Interval

The "percentile" method, but with no bias correction. This is the percentile method (Bl , Bu ) where Bu is the 1 - alpha/2 percentile and Bl is the lower (alpha/2) percentile, where level = 1-alpha of the bootstrap replicates

Return

the confidence interval

Parameters

level

the confidence level, must be between 0 and 1