db Within Replication Diagnostics
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
exp Name
the experiment whose per-replication values are used
response Name
the response / time-weighted / counter name
confidence Level
confidence level for the statistics table; default 0.95
show Plots
when true (default) include all plots