Binomial |
| Name | Description | |
|---|---|---|
| BinomialDistribution | Default constructor. Constructs a BinomialDistribution instance with 2 trials, and a 0.5 probability of success. | |
| BinomialDistribution(Int32, Double) | Constructs a BinomialDistribution instance with the given number of trials, and the given probability of success on each trial. |