confidence Intervals
fun Map<String, DoubleArray>.confidenceIntervals(level: Double = 0.95): Map<String, Interval>(source)
Computes the confidence intervals for the data in the map
Computes the confidence intervals for the data in the map