statisticalReporter

fun statisticalReporter(confidenceLevel: Double = 0.95): StatisticReporter(source)

Returns a StatisticReporter containing the across-replication summary statistics for every response in this run.

Delegates to acrossReplicationStatistics so that the internal bookkeeping keys "repNumbers" and "repTimings" are automatically excluded.

Return

a StatisticReporter with the summary statistics of the run

Parameters

confidenceLevel

the confidence level applied to each Statistic; defaults to 0.95