Uses of Interface
org.apache.commons.statistics.interval.Interval
Packages that use Interval
-
Uses of Interval in org.apache.commons.statistics.interval
Classes in org.apache.commons.statistics.interval that implement IntervalModifier and TypeClassDescription(package private) final classBase class representing anInterval.Methods in org.apache.commons.statistics.interval that return IntervalModifier and TypeMethodDescription(package private) abstract IntervalBinomialConfidenceInterval.create(int n, int x, 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.(package private) abstract IntervalNormalConfidenceInterval.create(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.BinomialConfidenceInterval.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.NormalConfidenceInterval.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.