public interface PascalDistribution extends IntegerDistribution
References:
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfSuccesses()
Access the number of successes for this distribution.
|
double |
getProbabilityOfSuccess()
Access the probability of success for this distribution.
|
void |
setNumberOfSuccesses(int successes)
Deprecated.
as of v2.1
|
void |
setProbabilityOfSuccess(double p)
Deprecated.
as of v2.1
|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability
probability
cumulativeProbability, cumulativeProbability
int getNumberOfSuccesses()
double getProbabilityOfSuccess()
@Deprecated void setNumberOfSuccesses(int successes)
successes
- the new number of successes@Deprecated void setProbabilityOfSuccess(double p)
p
- the new probability of successCopyright © 2010 - 2020 Adobe. All Rights Reserved