statisticData

fun statisticData(level: Double = 0.95, context: String? = this.name, subject: String? = null, tableName: String = "tblStatistic"): List<StatisticDataDb>

Captures the statistics computed on the raw data and the differences

Parameters

level

the confidence level for confidence intervals. The default is 0.95

context

can be used to provide context for identifying the statistics

subject

the name of the thing that the statistics are about.

tableName

a way to change the name of the table if a database is being used.