BootStrapResults

constructor(totalMSE: Double, totalBias: Double, totalVariance: Double, estimates: Map<String, BootstrapEstimate>)

Parameters

totalMSE

the total estimated mean squared error summed over the parameters

totalBias

the total estimated bias summed over the parameters

totalVariance

the total estimated variance summed over the parameters. This ignores any dependence between parameters.

estimates

the base bootstrap estimate for each parameter