multiBootstrap

fun ReportBuilder.multiBootstrap(mb: MultiBootstrap, caption: String? = null, confidenceLevel: Double = 0.95, showDetail: Boolean = false, showDensityPlot: Boolean = false)(source)

Appends a self-contained section reporting a MultiBootstrap container: first the container configuration (name, estimator, per-factor n and B), then a bootstrapEstimates section for all internal Bootstrap instances.

Produces (inside a section titled caption or "Multi-Bootstrap — <name>"):

  1. Multi-Bootstrap Configuration DataTable — container name, estimator type, number of factors m

  2. Per-Factor Summary DataTable — Factor | n | B (one row per named dataset)

  3. bootstrapEstimates section for all factors, with showDetail and showDensityPlot passed through

Parameters

mb

the MultiBootstrap to report

caption

optional section title

confidenceLevel

confidence level for all CI computations; must be in (0, 1)

showDetail

when true, appends a full bootstrapEstimate sub-section per factor inside the bootstrapEstimates section

showDensityPlot

when true and showDetail is true, appends a histogram of replicates for each factor