Weighted Stat Table
data class WeightedStatTable(val stats: List<WeightedStatistic>, val caption: String? = null) : ReportNode(source)
A horizontal comparison table for a List of WeightedStatistic instances.
WeightedStatistic implements ksl.utilities.statistic.WeightedStatisticIfc rather than StatisticIfc and therefore cannot flow through StatTable. Columns rendered: Name, Count, Wtd Avg, Unwtd Avg, Wtd Sum, Sum Wts, Wtd SS, Min, Max, Missing.
For reporting a single weighted statistic as a property sheet use WeightedStatPropertyTable.
Parameters
stats
the weighted statistics to tabulate; must not be empty
caption
optional table caption