statTable

fun statTable(stats: List<StatisticIfc>, caption: String? = null, confidenceLevel: Double = 0.95, detail: Boolean = false)(source)

Appends a ReportNode.StatTable for the given list of StatisticIfc instances.

Covers ksl.utilities.statistic.Statistic, ksl.utilities.statistic.BatchStatistic, and ksl.utilities.statistic.Histogram (all implement StatisticIfc). For a single statistic property sheet use statPropertyTable.

Parameters

stats

statistics to tabulate

caption

optional table caption

confidenceLevel

confidence level for half-width and CI; defaults to 0.95

detail

false = compact summary; true = compact + diagnostic table