This program calculates the probability that the sum of n independent trials with a common distribution lies in the interval kmin to kmax. It calculates the exact probability and the normal approximation. It also graphs the exact distribution for the normalized sum and compares it to the standard normal distribution. You can put in non-normalized values for the distribution.


The source.