Normal Distribution Function

JavaScript
The normal distribution derives its importance from the Central Limit Theorem. If X1,...,Xn is a sample from a distribution with mean, μ, and variance, σ2, then for large n, the sample mean has approximately a normal distribution with mean μ and variance σ2/n.
    ENTER Normal CDF ARGUMENTS

           x-value: 
              Mean: 
Standard Deviation: 


Normal Probability:

For example, normal(2,0,1)=.97725
Use the "view source" option on your browser to view
the script used to perform these calculations.