- For n = 100 to 1000, in steps of size 100, this program computes and displays (1) the exact probability P(|S_n/n| >= epsilon), where S_n is a sum of n standard normally-distributed random variables, and (2) the Chebyshev estimate 1/n*(epsilon^2) for this probability. You can specify epsilon.


The source.