Geometric distribution: A discrete probability distribution that models the number of Bernoulli trials needed to get the first success, with each trial having the same probability of success p.
p
Create a geometric distribution.
The probability of a success.
The mean of the distribution.
The probability of success.
The standard deviation of the distribution.
The variance of the distribution.
Get the probability of a success on the xth trial.
x
The number of trials. (x must be an integer and x>0)
x>0
Return P(X=x).
P(X=x)
Geometric distribution: A discrete probability distribution that models the number of Bernoulli trials needed to get the first success, with each trial having the same probability of success
p
.