how to compute binomial distribution without overflow?I need to compute the value of binomial(n, k)=n!/k!(n-k)! * (1-p)^n * p^k. When n and k is very b...
This user does not accept Private Messages