db Simulation Summary
fun ReportBuilder.dbSimulationSummary(db: KSLDatabase, expName: String, confidenceLevel: Double = 0.95)(source)
Appends a "Simulation Summary" section for the named experiment, containing:
An experiment-configuration data table (from dbExperimentConfig).
An across-replication statistics half-width summary table built from the per-replication observations stored in the database.
The per-replication observations are retrieved via db.replicationDataArraysByExperimentAndResponse(), and a Statistic is constructed for each response, matching the format produced by simulationSummary.
Does nothing (emits a paragraph) if the experiment is not found or has no data.
Parameters
db
the KSLDatabase to query
exp Name
the experiment name to report
confidence Level
confidence level for the half-width summary table