public interface BinomialDistribution extends IntegerDistribution
References:
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfTrials()
Access the number of trials for this distribution.
|
double |
getProbabilityOfSuccess()
Access the probability of success for this distribution.
|
void |
setNumberOfTrials(int trials)
Deprecated.
as of v2.1
|
void |
setProbabilityOfSuccess(double p)
Deprecated.
as of v2.1
|
cumulativeProbability, cumulativeProbability, inverseCumulativeProbability, probability
probability
cumulativeProbability, cumulativeProbability
int getNumberOfTrials()
double getProbabilityOfSuccess()
@Deprecated void setNumberOfTrials(int trials)
trials
- the new number of trials.@Deprecated void setProbabilityOfSuccess(double p)
p
- the new probability of success."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"