Stixbox Function pbinom - The binomial cumulative probability function
Calling Sequence
- P = pbinom(k,n,p)
Parameters
- k
: vector or matrix of nonnegative integers such that k<=n
- n
: nonnegative integer
- p
: probability
- P
: prob(X<=k) where X is a binomial variable B(n,p)
Description
The binomial cumulative probability function