public interface PoissonDistribution extends IntegerDistribution
References:
Modifier and Type | Method and Description |
---|---|
double |
getMean()
Get the mean for the distribution.
|
double |
normalApproximateProbability(int x)
Calculates the Poisson distribution function using a normal approximation.
|
void |
setMean(double p)
Deprecated.
as of v2.1
|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability
probability
cumulativeProbability, cumulativeProbability
double getMean()
@Deprecated void setMean(double p)
IllegalArgument
is thrown.p
- the meanjava.lang.IllegalArgumentException
- if p ≤ 0double normalApproximateProbability(int x) throws MathException
x
- the upper bound, inclusiveMathException
- if an error occurs computing the normal approximation"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"