generateSamples

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

numBootstrapSamples

the number of bootstrap samples to generate

saveBootstrapSamples

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

numBootstrapTSamples

The number of bootstrap samples to use if using the studentized bootstrap-t confidence interval method