weightedStatTable

fun weightedStatTable(stats: List<WeightedStatistic>, caption: String? = null)(source)

Appends a ReportNode.WeightedStatTable for the given list of WeightedStatistic instances. WeightedStatistic implements ksl.utilities.statistic.WeightedStatisticIfc rather than StatisticIfc and must flow through this dedicated node. For a single weighted statistic property sheet use weightedStatPropertyTable.

Parameters

stats

weighted statistics to tabulate

caption

optional table caption