Bootstrap Estimate DTO
@Serializable
Wire-safe bootstrap summary for one estimated parameter. The engine performs the resampling and returns only these summaries — never the raw replicate arrays. Three confidence intervals are reported (normal, basic, percentile), each as an explicit lower/upper pair.
Populated in a later phase, only when the configuration requests bootstrap.
Constructors
Link copied to clipboard
constructor(parameterName: String, originalEstimate: Double, bootstrapAverage: Double, bias: Double, mse: Double, stdError: Double, numBootstraps: Int, ciLevel: Double, normalCILower: Double, normalCIUpper: Double, basicCILower: Double, basicCIUpper: Double, percentileCILower: Double, percentileCIUpper: Double)