public interface ZipfDistribution extends IntegerDistribution
References:
Modifier and Type | Method and Description |
---|---|
double |
getExponent()
Get the exponent characterising the distribution.
|
int |
getNumberOfElements()
Get the number of elements (e.g.
|
void |
setExponent(double s)
Deprecated.
as of v2.1
|
void |
setNumberOfElements(int n)
Deprecated.
as of v2.1
|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability
probability
cumulativeProbability, cumulativeProbability
int getNumberOfElements()
@Deprecated void setNumberOfElements(int n)
IllegalArgumentException
is thrown.n
- the number of elementsjava.lang.IllegalArgumentException
- if n ≤ 0double getExponent()
@Deprecated void setExponent(double s)
IllegalArgumentException
is thrown.s
- the exponentjava.lang.IllegalArgumentException
- if s ≤ 0.0"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"