|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HypergeometricDistribution
The Hypergeometric Distribution.
References:
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.commons.math.distribution.IntegerDistribution |
---|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability |
Methods inherited from interface org.apache.commons.math.distribution.DiscreteDistribution |
---|
probability |
Methods inherited from interface org.apache.commons.math.distribution.Distribution |
---|
cumulativeProbability, cumulativeProbability |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |