Stixbox Function qbinom - The binomial inverse cdf
Calling Sequence
- k = qbinom(pr,n,p)
Parameters
- pr
: matrix of probabilities
- n
: nonnegative integer
- p
: probability
- k
: matrix
Description
The binomial inverse cdf function
returns a matrix of integers with same dimensions as pr
such that k=inf{i>=0, P(X<=i)>=pr} where X is a binomial variable
B(n,p).