Statistics

Normal Distribution Calculator

For a normally distributed variable X ~ N(μ, σ), this calculator finds the probability of landing below or above a value x. It converts x to a z-score and evaluates the cumulative distribution function Φ(z).

Normal Distribution Calculator

Probabilities for a normal distribution N(μ, σ).

Try:
AnswerP(X ≤ 1.2) = 0.88493, P(X ≥ 1.2) = 0.11507
  1. DistributionX ~ N(μ = 0, σ = 1)
  2. Z-scorez = (x − μ) / σ = 1.2
  3. P(X ≤ x)Φ(z) = 0.88493
  4. P(X ≥ x)1 − Φ(z) = 0.11507

Worked examples

Key terms

Frequently asked questions

What is the cumulative probability?

P(X ≤ x) is the area under the normal curve to the left of x — the chance of a value at or below x.

How accurate is the result?

The cumulative probability uses a high-accuracy approximation of the error function, correct to several decimal places.

What is the standard normal distribution?

It is the normal distribution with mean 0 and standard deviation 1; any normal variable can be standardized to it.