Enter values to see results
—
—
—
—
Enter values to see results
—
—
—
—
The Standard Normal Distribution Calculator computes probabilities and density values for the standard normal distribution, also known as the Z-distribution. This is the special case of the normal distribution with mean μ = 0 and standard deviation σ = 1. It serves as the universal reference distribution in statistics, and all normal distributions can be converted to it via z-score standardization.
The standard normal distribution is the foundation upon which most of classical statistics is built. When you perform a z-test, construct a confidence interval, compute a p-value, or look up a critical value in a statistical table, you are working with the standard normal distribution. Before the age of computers, entire textbook appendices were devoted to printed z-tables showing cumulative probabilities. This calculator replaces those tables with instant, precise computation that is available anywhere, anytime, without the need to interpolate between table entries.
The probability density function of the standard normal distribution reaches its maximum value of approximately 0.3989 at z = 0 and decreases symmetrically in both directions, approaching zero as |z| increases. The curve is perfectly symmetric about zero: the probability of being below the mean equals exactly 0.5, and the probability of falling between -z and +z equals 2Φ(z) - 1, where Φ denotes the CDF. This symmetry property is exploited extensively in two-tailed hypothesis tests, where we reject the null hypothesis when the test statistic falls in either extreme tail.
This calculator provides four key outputs: the PDF (density at z), the CDF (area to the left of z), the area above z (right tail probability), and the area between two z-values (useful for two-tailed tests and ranges). The optional second z-score allows you to compute the probability of falling within a specific z-score range, which is essential for constructing symmetric and asymmetric probability intervals. For instance, you can instantly verify that 95% of the distribution lies between z = -1.96 and z = 1.96.
In quality engineering, the standard normal distribution underlies Six Sigma methodology, where process capability is measured in terms of standard deviations from the target. A Six Sigma process has 3.4 defects per million opportunities, corresponding to ±6σ bounds. In finance, the standard normal is used to calculate Value at Risk (VaR) and option prices via the Black-Scholes formula. In psychology and education, standardized test scores (SAT, GRE, IQ) are designed to follow normal distributions, and z-scores allow direct comparison across different scales.
Applications span every field that uses inferential statistics: medical research (testing drug efficacy), quality engineering (process control), finance (risk modeling), psychology (standardized testing), and social sciences (survey analysis). Understanding the standard normal distribution is a prerequisite for mastering virtually all statistical methods, from basic t-tests to advanced multivariate analysis.
The standard normal PDF is:
$$\varphi(z) = \frac{1}{\sqrt{2\pi}} e^{-z^2/2}$$
The CDF is defined as:
$$\Phi(z) = \int_{-\infty}^{z} \varphi(t) \, dt = \int_{-\infty}^{z} \frac{1}{\sqrt{2\pi}} e^{-t^2/2} \, dt$$
Since this integral has no closed-form solution, we use the Abramowitz and Stegun approximation (formula 26.2.17) for z ≥ 0:
$$\Phi(z) \approx 1 - \varphi(z)(b_1 t + b_2 t^2 + b_3 t^3 + b_4 t^4 + b_5 t^5)$$
where t = 1/(1 + 0.2316419z). For negative z, we use the symmetry property Φ(-z) = 1 - Φ(z). The area between two z-scores is computed as |Φ(z₂) - Φ(z₁)|.
The PDF φ(z) gives the height of the bell curve at z. It is highest at z=0 (≈0.3989) and decreases as |z| increases. The CDF Φ(z) gives the probability that a standard normal variable is less than or equal to z. For example, Φ(0) = 0.5 (50% chance of being below the mean). The area above is 1 - Φ(z), representing the upper tail probability used in one-tailed hypothesis tests. The area between z and z₂ gives the probability of falling within that range, useful for two-tailed tests and constructing probability intervals.
Inputs
Results
The area between z = -1.96 and z = 1.96 is approximately 0.95 (95%). This is why ±1.96 are the critical values for 95% confidence intervals. Only 2.5% of the area lies in each tail.
Inputs
Results
At z = 2.33, the upper tail area is approximately 0.0099 (about 1%). This is the critical value for a one-tailed test at the 1% significance level. Values beyond z = 2.33 occur less than 1% of the time by chance.
The standard normal distribution is a special case of the normal distribution with mean μ = 0 and standard deviation σ = 1. Any normal random variable X ~ N(μ, σ²) can be converted to the standard normal via z = (X - μ)/σ. This standardization allows a single set of probability tables (or this calculator) to serve all normal distributions.
The most commonly used critical values are: z = 1.645 (90% CI, one-tailed 5%), z = 1.96 (95% CI, one-tailed 2.5%), z = 2.326 (one-tailed 1%), and z = 2.576 (99% CI, one-tailed 0.5%). These values define the boundaries for hypothesis testing at standard significance levels.
Enter a as the z-score and b as the second z-score. The 'area between' output gives P(a ≤ Z ≤ b) directly. Alternatively, P(a < Z < b) = Φ(b) - Φ(a), where Φ is the CDF. For the standard normal, the probability at any exact point is zero, so P(a < Z < b) = P(a ≤ Z ≤ b).
The maximum of φ(z) = (1/√(2π))e^(-z²/2) occurs at z = 0, giving φ(0) = 1/√(2π) ≈ 0.39894. This value ensures the total area under the curve equals 1 (a requirement for all probability distributions). The peak height is determined by the normalization constant 1/√(2π).
The CDF value Φ(z) directly gives the percentile rank. For example, Φ(0) = 0.50 means z = 0 is the 50th percentile (median). Φ(1) ≈ 0.8413 means z = 1 is the 84th percentile. Φ(-1) ≈ 0.1587 means z = -1 is the 16th percentile. To find the z-score for a given percentile, you need the inverse CDF (quantile function).
Use the standard normal when the population standard deviation is known or the sample size is large (n > 30). Use the t-distribution when the population σ is unknown and estimated from a small sample. The t-distribution has heavier tails than the normal, accounting for the extra uncertainty from estimating σ. As sample size increases, the t-distribution converges to the standard normal.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!
Normal Distribution Calculator
Probability Distributions
Poisson Distribution Calculator
Probability Distributions
Exponential Distribution Calculator
Probability Distributions
Uniform Distribution Calculator
Probability Distributions
Geometric Distribution Calculator
Probability Distributions
Hypergeometric Distribution Calculator
Probability Distributions