2
I am doing a work in Java to calculate the statistical probabilities, I do not know how to generate the tables of Poisson Binomial and Normal to proceed. For example:
X~Bi(5,0.05)
In this case X
tends to a binomial, I would have to go to the table of binomial probabilities to look where the n
is 5 and the p
0.05 and the X
what the user says. The problem is generating the Table value.
maybe this will help: Algorithm to generate Poisson and binomial Random Numbers?
– Math