Uses of Class
com.bayesserver.statistics.IntervalStatistics
-
Packages that use IntervalStatistics Package Description com.bayesserver.statistics -
-
Uses of IntervalStatistics in com.bayesserver.statistics
Methods in com.bayesserver.statistics that return IntervalStatistics Modifier and Type Method Description static IntervalStatistics
IntervalStatistics. calculate(double min, double max)
Calculates statistics for a single interval.static IntervalStatistics
IntervalStatistics. calculate(Table table)
Calculates statistics using table probabilities as weights for each interval.
-