dbSimulationSummary

fun ReportBuilder.dbSimulationSummary(db: KSLDatabase, expName: String, confidenceLevel: Double = 0.95)(source)

Appends a "Simulation Summary" section for the named experiment, containing:

  1. An experiment-configuration data table (from dbExperimentConfig).

  2. 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

expName

the experiment name to report

confidenceLevel

confidence level for the half-width summary table