bootstrapParameters

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

numBootstrapSamples

the number of bootstrap samples

streamNumber

the random number stream number, defaults to 0, which means the next stream

streamProvider

the provider of random number streams, defaults to KSLRandom.DefaultRNStreamProvider