bootStrapEstimates

fun bootStrapEstimates(numBootstrapSamples: Int, saveBootstrapSamples: Boolean = false): List<BootstrapEstimate>

This method changes the underlying state of the Bootstrap instance by performing the bootstrap sampling.

Parameters

numBootstrapSamples

the number of bootstrap samples to generate

saveBootstrapSamples

indicates that the statistics and data of each bootstrap generated should be saved