dbTimeSeriesAcrossReplication

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

Appends a "Time Series Across Replications — responseName" section containing a per-period statistics table (Period, Start, End, Count, Mean, Std Dev, Half Width, CI Lower, CI Upper, Min, Max) and a plot of the mean trajectory.

The statistics are computed across replications for each period from the raw stored values.

Parameters

db

the database to query

expName

the experiment whose time-series rows are used

responseName

the time-series response name

confidenceLevel

confidence level for the half-width and CI columns; default 0.95

showPlot

when true (default) include the mean-trajectory plot