generate Samples
fun generateSamples(numBootstrapSamples: Int, saveBootstrapSamples: Boolean = false, numBootstrapTSamples: Int = 0)
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 generate should be saved
num Bootstrap TSamples
The number of bootstrap samples to use if using the studentized bootstrap-t confidence interval method