Boot Strap Results
data class BootStrapResults(val totalMSE: Double, val totalBias: Double, val totalVariance: Double, val estimates: Map<String, BootstrapEstimate>)
Holds information from the parameter bootstrapping process.
Parameters
total MSE
the total estimated mean squared error summed over the parameters
total Bias
the total estimated bias summed over the parameters
total Variance
the total estimated variance summed over the parameters. This ignores any dependence between parameters.
estimates
the base bootstrap estimate for each parameter