How to Generate/Calculate the Value of Binomial Poisson and Normal Tables in Java

Asked

Viewed 523 times

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.

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.