Compute left, right, between, and outside normal probabilities. Review density, percentile, and two tailed metrics. Make distribution decisions using clear visuals and exportable results.
1) Standardization formula
z = (x - μ) / σ
2) Standard normal density
f(z) = (1 / √(2π)) × e^(-z² / 2)
3) Left-tail probability
P(Z ≤ z) = Φ(z)
4) Right-tail probability
P(Z ≥ z) = 1 - Φ(z)
5) Probability between two z values
P(z₁ ≤ Z ≤ z₂) = Φ(z₂) - Φ(z₁)
6) Probability outside two z values
P(Z ≤ z₁ or Z ≥ z₂) = Φ(z₁) + [1 - Φ(z₂)]
Here, Φ(z) is the cumulative distribution function of the standard normal distribution.
| Observed Value | Mean | Std. Deviation | Z Score | Left-Tail Probability | Percentile Rank |
|---|---|---|---|---|---|
| 50 | 50 | 10 | 0.0000 | 0.5000 | 50.00% |
| 72 | 65 | 8 | 0.8750 | 0.8092 | 80.92% |
| 80 | 70 | 10 | 1.0000 | 0.8413 | 84.13% |
| 40 | 55 | 12 | -1.2500 | 0.1056 | 10.56% |
| 90 | 70 | 15 | 1.3333 | 0.9088 | 90.88% |
A z score shows how far a value sits from the mean in standard deviation units. Positive scores are above the mean, and negative scores are below it.
Use raw mode when you know the observed value, the distribution mean, and the standard deviation. The calculator converts that value into a z score first.
Use direct z mode when your data is already standardized. This is common in statistics textbooks, probability tables, and model validation workflows.
Left-tail probability is the area under the normal curve from negative infinity up to the selected z score or value. It gives cumulative probability.
Right-tail probability is the area from the selected z score to positive infinity. It is useful for exceedance analysis, risk thresholds, and one-sided tests.
Percentile rank gives the percentage of observations expected to fall at or below the selected value under a normal distribution assumption.
Standard deviation measures spread, so it cannot be zero or negative in this calculator. A nonpositive value would make standardization impossible.
Yes. After a successful calculation, use the CSV or PDF buttons above the form results to save a structured summary for reporting or review.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.