Class | Description |
---|---|
Binomial |
The Binomial distribution is the distribution for the number of successful,
independent, trials with a specific probability of success
|
DiscreteDistribution |
This abstract class defines the contract for a distribution over the integer
values.
The DiscreteDistribution.cdf(double) method will behave by
rounding down and then calling the integer DiscreteDistribution.cdf(int) counterpart. |
Poisson |
The Poisson distribution is for the number of events occurring in a fixed
amount of time, where the event has an average rate and all other occurrences
are independent.
|
UniformDiscrete |
The discrete uniform distribution.
|
Copyright © 2017. All rights reserved.