Inverse Normal Distribution Calculator
Free inverse normal distribution calculator. Find quantiles and percentiles given probability. Left
Why This Statistical Analysis Matters
Why: Statistical calculator for analysis.
How: Enter inputs and compute results.
Find x-Value (Quantile) Given a Probability
Probit function. Percentiles, VaR, tolerance intervals. Left tail, right tail, two-tailed symmetric.
Real-World Scenarios — Click to Load
Tail Direction
Inputs
Normal Curve with Shaded Tail Area
Probit Function Φ⁻¹(p)
Calculation Breakdown
For educational and informational purposes only. Verify with a qualified professional.
Key Takeaways
- The inverse normal CDF (probit) finds the x-value corresponding to a given cumulative probability
- Left tail: P(X ≤ x) = p → x = μ + σ·Φ⁻¹(p). Right tail: P(X ≥ x) = p → use Φ⁻¹(1-p)
- For symmetric intervals: P(a ≤ X ≤ b) = p → a = Φ⁻¹((1-p)/2), b = Φ⁻¹((1+p)/2)
- Applications: percentiles, tolerance intervals, Value at Risk (VaR), quality control limits
- The probit function Φ⁻¹(p) is the inverse of the standard normal CDF
Did You Know?
How It Works
1. The Probit Function
Φ⁻¹(p) is the inverse of the standard normal CDF. Given probability p, it returns the z-score. No closed form — computed via rational approximation (Beasley-Springer-Moro).
2. Left Tail (Percentile)
P(X ≤ x) = p. Direct: x = μ + σ·Φ⁻¹(p). Example: 95th percentile of N(0,1) is Φ⁻¹(0.95) ≈ 1.645.
3. Right Tail
P(X ≥ x) = p means P(X ≤ x) = 1-p. So x = μ + σ·Φ⁻¹(1-p). Example: Top 2% means p=0.02, use Φ⁻¹(0.98).
4. Two-Tailed Symmetric
P(a ≤ X ≤ b) = p, symmetric around μ. Lower tail has (1-p)/2, upper has (1+p)/2.
5. Value at Risk (VaR)
VaR at confidence 1-α is the (1-α)th percentile of the loss distribution. VaR 95% uses the 5th percentile (left tail).
Expert Tips
Left vs Right
Left: P(X≤x)=p. Right: P(X≥x)=p → convert to P(X≤x)=1-p
Common Percentiles
90%: z≈1.28, 95%: z≈1.645, 97.5%: z≈1.96, 99%: z≈2.33
Tolerance Intervals
99.7% symmetric → ±3σ. 95% symmetric → ±1.96σ
Excel / R
Excel: NORM.INV(p,μ,σ). R: qnorm(p, mean, sd)
Forward vs Inverse
| Direction | Forward (CDF) | Inverse (Probit) |
|---|---|---|
| Given | x | p (probability) |
| Find | p = P(X≤x) | x (quantile) |
| Function | Φ((x-μ)/σ) | Φ⁻¹(p)·σ + μ |
| Use case | What % below x? | What x gives p%? |
Frequently Asked Questions
What is the probit function?
The probit is Φ⁻¹(p), the inverse of the standard normal CDF. Given a probability p, it returns the z-score such that P(Z ≤ z) = p.
How do I find the 95th percentile?
Use left tail with p=0.95. For N(0,1), x = Φ⁻¹(0.95) ≈ 1.645. For N(μ,σ), x = μ + 1.645σ.
What is Value at Risk (VaR)?
VaR at 95% confidence is the 5th percentile of the loss distribution — the loss level exceeded only 5% of the time. Use left tail with p=0.05.
How do I get symmetric bounds for "middle 90%"?
Use two-tailed with p=0.90. The calculator finds a and b such that P(a≤X≤b)=0.90, with 5% in each tail.
Why does "top 2%" use p=0.98 for the inverse?
Top 2% means P(X≥x)=0.02. So P(X≤x)=0.98. The inverse gives x such that 98% are below — that is the cutoff for top 2%.
What is the difference between percentile and quantile?
They are equivalent. The p-th quantile is the value below which p×100% of the distribution lies. The 95th percentile = 0.95 quantile.
Common Z-Scores (Standard Normal)
Official Data Sources
Disclaimer: This calculator uses the Peter Acklam / Beasley-Springer-Moro algorithm for the inverse normal CDF. For critical applications (financial VaR, clinical thresholds), verify against established statistical software. Educational and professional reference.
Related Calculators
Empirical Rule Calculator
Apply the 68-95-99.7 rule to normal distributions. Given mean and SD, see what percentage falls within 1, 2, 3 standard deviations. Compare with Chebyshev.
StatisticsNegative Binomial Distribution Calculator
Number of trials to achieve r successes. Generalizes geometric (r=1). Calculate P(X=k), P(X≤k), P(a≤X≤b) with PMF bar chart, CDF step chart, and normal...
StatisticsNormal Probability Calculator for Sampling Distributions
Calculate P(X̄ ≤ x), P(X̄ ≥ x), and P(a ≤ X̄ ≤ b) for the sampling distribution of the sample mean. Uses the Central Limit Theorem with optional finite...
StatisticsLognormal Distribution Calculator
Calculate PDF, CDF, mean, mode, variance, and percentiles for the lognormal distribution. If ln(X) ~ N(μ, σ²), then X is lognormal. Income, house prices...
StatisticsPoisson Distribution Calculator
Calculate P(X=k), P(X≤k), P(X≥k), and P(a≤X≤b) for the Poisson distribution with parameter λ. Models count of events in a fixed interval.
StatisticsRayleigh Distribution Calculator
Calculate PDF, CDF, mean, mode, variance for the Rayleigh distribution. Models magnitude of 2D Gaussian vectors — used in wireless communications, wind...
Statistics