bootstrap Estimate
Appends a self-contained section reporting the results of a single BootstrapEstimateIfc. No configuration metadata (estimator, stream, antithetic) is emitted here; use bootstrap for Bootstrap instances that require configuration.
Produces (inside a section titled caption or BootstrapEstimateIfc.name):
Overview paragraph — name, label (when set), n, B, default CI level
Bootstrap Statistics
DataTable— original estimate θ, bootstrap mean Eθ*, bias estimate, standard error estimate, MSE estimateConfidence Intervals
DataTable— Method | Lower | Upper for Std Normal, Basic, and Percentile at confidenceLevel; BCa and Bootstrap-t rows are added whenbeis a Bootstrap instanceBootstrap Replicates Distribution sub-section (only when showDensityPlot is
true) — a histogram of the B bootstrap replicates showing the empirical sampling distribution
Parameters
the BootstrapEstimateIfc to report
optional section title; defaults to BootstrapEstimateIfc.name
confidence level for all CI computations; must be in (0, 1)
when true, appends a histogram of the bootstrap replicates