bootstrap Parameters
fun bootstrapParameters(numBootstrapSamples: Int = 399, stream: RNStreamIfc = KSLRandom.nextRNStream()): Map<String, BootstrapEstimate>
Performs the bootstrap sampling of the parameters associated with the estimation result.
Return
map of BootStrapEstimate instances representing the bootstrap estimate results for each parameter. The key to the map is the name of the parameter.
Parameters
num Bootstrap Samples
the number of bootstrap samples
stream
the stream for the bootstrap sampling