dbResponseHistogram

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

Appends a "Histogram — responseName" section containing an across-replication statistics table for responseName and (when showPlot is true) a HistogramPlot built from the per-replication observations.

Parameters

db

the database to query

expName

the experiment whose per-replication values are used

responseName

the response / time-weighted / counter name

confidenceLevel

confidence level for the statistics table; default 0.95

showPlot

when true (default) include the histogram plot