db Time Series Across Replication
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
exp Name
the experiment whose time-series rows are used
response Name
the time-series response name
confidence Level
confidence level for the half-width and CI columns; default 0.95
show Plot
when true (default) include the mean-trajectory plot