bootStrapParameterEstimates

fun bootStrapParameterEstimates(result: EstimationResult, numBootstrapSamples: Int = 399, level: Double = 0.95, streamNumber: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider): List<BootstrapEstimate>(source)
fun bootStrapParameterEstimates(estimator: MVBSEstimatorIfc, numBootstrapSamples: Int = 399, level: Double = 0.95, streamNumber: Int = 0, streamProvider: RNStreamProviderIfc = KSLRandom.DefaultRNStreamProvider, label: String? = null): List<BootstrapEstimate>(source)

Computes bootstrap confidence intervals for the estimated parameters of the distribution