Binomial distribution: A discrete probability distribution that describes the number of successes in a fixed number of Bernoulli trials, each with the same probability of success p.
p
Create a Binomial distribution.
The number of trials.
The probability of a success.
The mean of the distribution.
The probability of a failure.
The standard deviation of the distribution.
The variance of the distribution.
Get the probability of exactly x successes in n trials.
x
n
The number of successes. (x must be an integer and 0≤x≤n)
0≤x≤n
Return P(X=x).
P(X=x)
Binomial distribution: A discrete probability distribution that describes the number of successes in a fixed number of Bernoulli trials, each with the same probability of success
p
.