Returns the probability from a binomial distribution.
Category: | Probability |
Returned data type: | DOUBLE |
is a numeric probability of success parameter.
Range | 0 ≤ p ≤ 1 |
Data type | DOUBLE |
is an integer number of independent Bernoulli trials parameter.
Range | n > 0 |
Data type | INTEGER |
is an integer number of successes random variable.
Range | 0 ≤ m ≤ n |
Data type | INTEGER |
Statements
|
Results
|
---|---|
select probbnml(0.5,10,4); |
0.376953125 |