y=bdtrc(k,n,p) returns the sum of the terms k+1 through n of the Binomial probability density: sum(nCj p**j (1-p)**(n-j), j=k+1..n)
scipy.special.bdtr
scipy.special.bdtri
Enter search terms or a module, class or function name.