Binocdf
Binocdf-func
Definition:
computes the lower tail, upper tail and point probabilities in given value
, associated with a Binomial distribution using the corresponding parameters in
,
.
Here is lower tailed probability:
/math-3ebbcb0250ffa2aade4774125cdd6868.png)
Parameters:
- k (input, int)
- The integer
, number of successes, which defines the required probabilities. /math-7afe9cd4f28d6486feeb253152370f6a.png)
- n (input, int)
- The parameter
, number of trials of a Bernoulli process, of the Binomial distribution.
.
- p (input, double)
- The parameter
, probability of success for each trial, of the Binomial distribution.
.
- prob(output, double)
- The probability.