bootstrap Estimates
Appends a self-contained section summarising a list of BootstrapEstimateIfc objects. Typical sources are ksl.utilities.statistic.BootstrapSampler.bootStrapEstimates and ksl.utilities.statistic.CaseBootstrapSampler.bootStrapEstimates.
Produces (inside a section titled caption or "Bootstrap Estimates"):
Overview paragraph — number of estimates k, common n, common B
Bootstrap Estimates Summary
DataTable— one row per estimate: Name | n | B | θ | Eθ* | Bias | SE | Percentile CI | Basic CI | BCa CI (optional); the BCa columns are included only when at least one entry is a Bootstrap instance; for mixed lists the BCa cells show"—"for plain ksl.utilities.statistic.BootstrapEstimate entries; when no entry is a Bootstrap (e.g. results from ksl.utilities.statistic.BootstrapSampler) the BCa columns are omitted entirelyWhen showDetail is
true, one bootstrapEstimate sub-section per estimate (each with its own showDensityPlot setting)
Parameters
the list of estimates to summarise
optional section title
confidence level for all CI computations; must be in (0, 1)
when true, appends a full bootstrapEstimate sub-section per estimate
passed through to each bootstrapEstimate when showDetail is true