📈 Normal Distribution Calculator

Compute normal and standard normal probabilities without spreadsheets. Enter mean, standard deviation, and the value or interval of interest to obtain the PDF, CDF, tail probabilities, and z-scores. Inverse CDF and a random sample generator are included for Monte Carlo checks.

Distribution Parameters

μ: mean • σ: standard deviation (> 0)

σ must be positive. σ = 1 gives the standard normal distribution.

Computes z-score, PDF( x ), and CDF(x).

Returns P(a < X < b) if both bounds are provided.

Find x such that P(X ≤ x) = p.

Instant Results

Z-score ( (x − μ) / σ )
—
PDF at x
—
CDF at x
—
P(a < X < b)
—
Upper tail P(X > t)
—
Lower tail P(X < t)
—
Quantile x for P(X ≤ x) = p
—

Random Sample Generator

Uses Box–Muller transform. Limited to 1000 draws for performance.


                        

How to Use

  1. Set μ and σ; defaults μ = 0, σ = 1 recover the standard normal distribution.
  2. Enter the evaluation point x to obtain density, cumulative probability, and z-score values instantly.
  3. Provide optional interval bounds to compute P(a < X < b), or enter t in the tail box and choose upper/lower tail.
  4. Supply a probability between 0 and 1 to retrieve the corresponding quantile (inverse CDF). Use the sampler to generate synthetic data for simulations.
  5. Adjust parameters as needed; warnings will highlight invalid inputs such as non-positive σ or out-of-range probabilities.

Formula References

Explore More Distributions