I am new to this so don't know if I am asking the right question as I just read about its usage but didn't know what exactly a Cumulative Binomial probability is.
So my question is, What is Cumulative Binomial probabilities ? any example will be of great help.
Thanks! :)
I guess you mean the cumulative distribution function $F(k;n,p)$ of the (discrete) binomial distribution with number of trials $n \ge 0$ and success probability $0 \le p \le 1.\;$ The probability mass functions (PMF) is $$f(k;n,p) = \binom{n}{k}p^k(1-p)^{n-k} $$ and the CDF can be expressed with normalized incomplete Beta function
$$F(k;n,p) = \sum_{i=0}^{k}f(k;n,p) = I_{1-p}(n-k,k+1)$$