Uses of Interface
org.apache.commons.statistics.interval.Interval
-
Packages that use Interval Package Description org.apache.commons.statistics.interval Classes providing statistical intervals. -
-
Uses of Interval in org.apache.commons.statistics.interval
Methods in org.apache.commons.statistics.interval that return Interval Modifier and Type Method Description IntervalBinomialConfidenceInterval. fromErrorRate(int numberOfTrials, int numberOfSuccesses, double alpha)Create a confidence interval for the true probability of success of an unknown binomial distribution with the given observed number of trials, successes and error rate.IntervalNormalConfidenceInterval. fromErrorRate(double mean, double variance, long n, double alpha)Create a confidence interval from an independent sample from an unknown normally distributed population with the given error rate.
-