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 IntervalStatisticsIntervalStatistics. calculate(double min, double max)Calculates statistics for a single interval.static IntervalStatisticsIntervalStatistics. calculate(Table table)Calculates statistics using table probabilities as weights for each interval.
-