stat Property Table
fun statPropertyTable(stat: StatisticIfc, caption: String? = null, confidenceLevel: Double = 0.95)(source)
Appends a ReportNode.StatPropertyTable — a vertical Property | Value table for a single StatisticIfc.
Renders all 18 statistical properties of the given statistic in a two-column table. Use this whenever a single statistic deserves its own full property sheet (e.g. inside a histogram section, a frequency section, or after a batch-means analysis). For a side-by-side comparison of many statistics use statTable.
Parameters
stat
the single statistic to display
caption
optional table caption; defaults to stat.name
confidence Level
confidence level for the half-width and CI rows; defaults to 0.95