PBINOM

pbinom
The binomial cumulative probability function

        P = pbinom(k,n,p)
	Input	k 	vector or matrix of nonnegative integers such that k<=n
               n 	nonnegative integer
	        p	probability

    	Output	P	prob(X<=k)where X is a binomial variable B(n,p)