public interface HypergeometricDistribution extends IntegerDistribution
References:
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfSuccesses()
Access the number of successes.
|
int |
getPopulationSize()
Access the population size.
|
int |
getSampleSize()
Access the sample size.
|
void |
setNumberOfSuccesses(int num)
Deprecated.
as of v2.1
|
void |
setPopulationSize(int size)
Deprecated.
as of v2.1
|
void |
setSampleSize(int size)
Deprecated.
as of v2.1
|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability
probability
cumulativeProbability, cumulativeProbability
int getNumberOfSuccesses()
int getPopulationSize()
int getSampleSize()
@Deprecated void setNumberOfSuccesses(int num)
num
- the new number of successes.@Deprecated void setPopulationSize(int size)
size
- the new population size.@Deprecated void setSampleSize(int size)
size
- the new sample size."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"