Calculates the probabilities for a binomial distribution.
Syntax
n: Number of independent trials. Eg., 3
p: Probability of success. Eg., 0.5
k: Minimum number of successes to calculate the probability. Eg., 2
Examples
|
Formula |
Result |
|
=B(A2;B2;C2;D2) |
0.375 |
|
=B(A3;B3;C3;D3) |
0.011535645 |
|
=B(A4;B4;C4;D4) |
0.001063982 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions