innerBoot

protected fun innerBoot(estimate: DoubleArray, bSample: IntArray)(source)

Can be used by subclasses to implement logic that occurs within the boot sampling loop. The function is executed at the end of the main boot sampling loop. The parameter, estimate is the estimated quantities from the current bootstrap sample, bSample. For example, this function could be used to bootstrap on the bootstrap sample.