binomial_cdf(N;K;P)
Returns the binomial cumulative distribution function value
with N-trials, K-successes, and success probability
P.
Syntax
binomial_cdf(N;K;P)
Input
| Argument | Type | Description |
|---|---|---|
N |
decimal | A scalar value or the name of a column The number of trials |
K |
integer | A scalar value or the name of a column The number of successes |
P |
integer | A scalar value or the name of a column The probability of success of a single trial |
Return Value
Returns the binomial cumulative distribution function value with N-trials,
K-successes, and success probability P.
If any argument is N/A, the result is N/A.
