bootstrap Parameters
fun bootstrapParameters(numBootstrapSamples: Int = 399, streamNumber: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider): Map<String, BootstrapEstimate>(source)
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 Number
the random number stream number, defaults to 0, which means the next stream
stream Provider
the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider