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