dbWithinReplicationDiagnostics

fun ReportBuilder.dbWithinReplicationDiagnostics(db: KSLDatabase, expName: String, responseName: String, confidenceLevel: Double = 0.95, showPlots: Boolean = true)(source)

Appends a "Within-Replication Diagnostics — responseName" section bundling, in order: an across-replication statistics table, a histogram, an observations plot, and normal Q-Q / P-P plots — the full diagnostic set for one response.

The per-replication values are fetched once and shared across every sub-section. A notice Paragraph is emitted (and the remaining content skipped) when no data exists for the pair.

Parameters

db

the database to query

expName

the experiment whose per-replication values are used

responseName

the response / time-weighted / counter name

confidenceLevel

confidence level for the statistics table; default 0.95

showPlots

when true (default) include all plots