39 step-by-step calculators

Distributions Calculators

0%Accuracy
0/54Lessons
0Streak

distributions

Normal PDF

Evaluate the normal probability density function at a point.

Example answer0.1295

This is the worked example that ships with the calculator. Replace the values above with your own and press Calculate.

x
1.5
Mean (μ)
0
Std Dev (σ)
1
  1. Normal PDF formulaFormulaf(x) = (1 / (σ√(2π))) * exp(-0.5 * ((x - μ) / σ)²)

    x = 1.5000, μ = 0.0000, σ = 1.0000

  2. StandardizeSubstitutez = (1.5000 - 0.0000) / 1.0000

    z = 1.5000

  3. Compute PDFSubstitute(1 / (1.0000 * 2.5066)) * exp(-0.5 * 1.5000²)

    0.1295