A B C D E F G H I L N O P S T U W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Lower limit of this distribution (inclusive).
B
- b - Variable in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Start of the trapezoid constant density.
- BetaDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the beta distribution.
- BinomialDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the binomial distribution.
C
- c - Variable in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
End of the trapezoid constant density.
- CauchyDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Cauchy distribution.
- ChiSquaredDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the chi-squared distribution.
- ContinuousDistribution - Interface in org.apache.commons.statistics.distribution
-
Interface for distributions on the reals.
- ContinuousDistribution.Sampler - Interface in org.apache.commons.statistics.distribution
-
Distribution sampling functionality.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Creates a sampler.
- createSampler(UniformRandomProvider) - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Creates a sampler.
- cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.FDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
.
D
- d - Variable in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Upper limit of this distribution (inclusive).
- density(double) - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - density(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Returns the probability density function (PDF) of this distribution evaluated at the specified point
x
. - DiscreteDistribution - Interface in org.apache.commons.statistics.distribution
-
Interface for distributions on the integers.
- DiscreteDistribution.Sampler - Interface in org.apache.commons.statistics.distribution
-
Distribution sampling functionality.
E
- ExponentialDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the exponential distribution.
F
- FDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the F-distribution.
- FoldedNormalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the folded normal distribution.
G
- GammaDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the gamma distribution.
- GeometricDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the geometric distribution.
- getAlpha() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the first shape parameter of this distribution.
- getB() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the start of the constant region of the density function.
- getBeta() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the second shape parameter of this distribution.
- getC() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the end of the constant region of the density function.
- getDegreesOfFreedom() - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Gets the degrees of freedom parameter of this distribution.
- getDegreesOfFreedom() - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Gets the degrees of freedom parameter of this distribution.
- getDenominatorDegreesOfFreedom() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the denominator degrees of freedom parameter of this distribution.
- getExponent() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the exponent parameter of this distribution.
- getLocation() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the location parameter of this distribution.
- getLocation() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the location parameter of this distribution.
- getLocation() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the location parameter of this distribution.
- getLocation() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the location parameter of this distribution.
- getLocation() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the location parameter of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Gets the mean of this distribution.
- getMean() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Gets the mean of this distribution.
- getMean() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the mean of this distribution.
- getMean() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the mean of this distribution.
- getMode() - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Gets the mode parameter of this distribution.
- getMu() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the location parameter \( \mu \) of this distribution.
- getMu() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the
mu
parameter of this distribution. - getNumberOfElements() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the number of elements parameter of this distribution.
- getNumberOfSuccesses() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the number of successes parameter of this distribution.
- getNumberOfSuccesses() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the number of successes parameter of this distribution.
- getNumberOfTrials() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the number of trials parameter of this distribution.
- getNumeratorDegreesOfFreedom() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the numerator degrees of freedom parameter of this distribution.
- getPopulationSize() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the population size parameter of this distribution.
- getProbabilityOfSuccess() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the probability of success parameter of this distribution.
- getProbabilityOfSuccess() - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Gets the probability of success parameter of this distribution.
- getProbabilityOfSuccess() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the probability of success parameter of this distribution.
- getSampleSize() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the sample size parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the scale parameter of this distribution.
- getScale() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the scale parameter of this distribution.
- getShape() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the shape parameter of this distribution.
- getShape() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the shape parameter of this distribution.
- getShape() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the shape parameter of this distribution.
- getShape() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the shape parameter of this distribution.
- getSigma() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the scale parameter \( \sigma \) of this distribution.
- getSigma() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the
sigma
parameter of this distribution. - getStandardDeviation() - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Gets the standard deviation parameter of this distribution.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the lower bound of the support.
- getSupportLowerBound() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the lower bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the upper bound of the support.
- getSupportUpperBound() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the upper bound of the support.
- getVariance() - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Gets the variance of this distribution.
- getVariance() - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Gets the variance of this distribution.
- GumbelDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Gumbel distribution.
H
- HypergeometricDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the hypergeometric distribution.
I
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Computes the quantile function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Computes the inverse survival probability function of this distribution.
- inverseSurvivalProbability(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Computes the inverse survival probability function of this distribution.
L
- LaplaceDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Laplace distribution.
- LevyDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Lévy distribution.
- logDensity(double) - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.FDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - logDensity(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Returns the natural logarithm of the probability density function (PDF) of this distribution evaluated at the specified point
x
. - LogisticDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the logistic distribution.
- LogNormalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the log-normal distribution.
- logProbability(int) - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - logProbability(int) - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnslog(P(X = x))
, wherelog
is the natural logarithm. - LogUniformDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the log-uniform distribution.
N
- NakagamiDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Nakagami distribution.
- NormalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the normal (Gaussian) distribution.
O
- of(double) - Static method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
Creates a chi-squared distribution.
- of(double) - Static method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
Creates an exponential distribution.
- of(double) - Static method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
Creates a geometric distribution.
- of(double) - Static method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
Creates a Poisson distribution.
- of(double) - Static method in class org.apache.commons.statistics.distribution.TDistribution
-
Creates a Student's t-distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.BetaDistribution
-
Creates a beta distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
Creates a Cauchy distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.FDistribution
-
Creates an F-distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.FoldedNormalDistribution
-
Creates a folded normal distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.GammaDistribution
-
Creates a gamma distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
Creates a Gumbel distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
Creates a Laplace distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.LevyDistribution
-
Creates a Levy distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
Creates a logistic distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
Creates a log-normal distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
Creates a log-uniform distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
Creates a Nakagami distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.NormalDistribution
-
Creates a normal distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
Creates a Pareto distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
Creates a uniform continuous distribution.
- of(double, double) - Static method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
Creates a Weibull distribution.
- of(double, double, double) - Static method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
Creates a triangular distribution.
- of(double, double, double, double) - Static method in class org.apache.commons.statistics.distribution.TrapezoidalDistribution
-
Creates a trapezoidal distribution.
- of(double, double, double, double) - Static method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
Creates a truncated normal distribution.
- of(int, double) - Static method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
Creates a binomial distribution.
- of(int, double) - Static method in class org.apache.commons.statistics.distribution.PascalDistribution
-
Create a Pascal distribution.
- of(int, double) - Static method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
Creates a Zipf distribution.
- of(int, int) - Static method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
Creates a new uniform discrete distribution.
- of(int, int, int) - Static method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
Creates a hypergeometric distribution.
- org.apache.commons.statistics.distribution - package org.apache.commons.statistics.distribution
-
Implementations of common discrete and continuous probability distributions.
P
- ParetoDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Pareto (Type I) distribution.
- PascalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Pascal distribution.
- PoissonDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Poisson distribution.
- probability(double, double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(double, double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int) - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X = x)
. - probability(int, int) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(int, int) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
. - probability(int, int) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(x0 < X <= x1)
.
S
- sample() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution.Sampler
-
Generates a random value sampled from this distribution.
- sample() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution.Sampler
-
Generates a random value sampled from this distribution.
- samples() - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution.Sampler
-
Returns an effectively unlimited stream of
double
sample values. - samples() - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution.Sampler
-
Returns an effectively unlimited stream of
int
sample values. - samples(long) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution.Sampler
-
Returns a stream producing the given
streamSize
number ofdouble
sample values. - samples(long) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution.Sampler
-
Returns a stream producing the given
streamSize
number ofint
sample values. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.BetaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.CauchyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ChiSquaredDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in interface org.apache.commons.statistics.distribution.ContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ExponentialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.FDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.GammaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.GumbelDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LaplaceDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LevyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogisticDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.LogUniformDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.NakagamiDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.ParetoDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TriangularDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.TruncatedNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.UniformContinuousDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(double) - Method in class org.apache.commons.statistics.distribution.WeibullDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in interface org.apache.commons.statistics.distribution.DiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.UniformDiscreteDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
. - survivalProbability(int) - Method in class org.apache.commons.statistics.distribution.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X > x)
.
T
- TDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of Student's t-distribution.
- TrapezoidalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the trapezoidal distribution.
- TriangularDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the triangular distribution.
- TruncatedNormalDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the truncated normal distribution.
U
- UniformContinuousDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the uniform distribution.
- UniformDiscreteDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the uniform discrete distribution.
W
- WeibullDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Weibull distribution.
Z
- ZipfDistribution - Class in org.apache.commons.statistics.distribution
-
Implementation of the Zipf distribution.
All Classes All Packages