boot Strap Estimates
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
num Bootstrap Samples
the number of bootstrap samples to generate
save Bootstrap Samples
indicates that the statistics and data of each bootstrap generated should be saved