statistics

fun AnyFrame.statistics(level: Double = 0.95): DataFrame<StatisticData>(source)

Creates a dataframe that holds the statistical data for any column that holds Double type within the original dataframe. The confidence interval level is by default 0.95.


fun DataColumn<Double>.statistics(name: String? = this.name()): Statistic(source)

Return

the statistics on the column