confidence Intervals
fun confidenceIntervals(list: List<StatisticIfc>, level: Double = 0.95): Map<String, Interval>(source)
Converts a list of statistics to a map of confidence intervals with the key being the name of the statistic
Converts a list of statistics to a map of confidence intervals with the key being the name of the statistic