Complete tool for PDF, CDF, quantile, and Z-scores. Real-time computation & visualization for the bell curve. Ideal for data science, quality control, and finance.
The Gaussian (normal) distribution is the most important probability distribution in statistics, characterized by its bell shape and defined by mean μ and standard deviation σ.
Probability Density:
f(x) = 1/(σ√(2π)) · e-(x-μ)²/(2σ²)
Cumulative Distribution:
F(x) = Φ((x-μ)/σ), with Φ the CDF of standard normal.
Given probability p, the quantile x = μ + σ·Φ⁻¹(p). Used for confidence intervals, VaR, and hypothesis tests.
Z-score: (x-μ)/σ — number of standard deviations away from mean.
For a normal distribution, nearly all values lie within three standard deviations of the mean. This calculator visualizes these intervals on demand.
Get new statistical tools and tutorials.