Normal Distribution Calculator
Model probability below a value, above a value, between two values, or the cutoff for a target percentile under a normal-distribution assumption.
How It Works
Formula
Variables, symbols and units
- Raw measurement value or cutoff in the original units
- Mean of the modeled normal distribution
- Standard deviation of the modeled normal distribution
- Standardized distance from the mean, in standard-deviation units
- Standard normal cumulative distribution function
- Target cumulative percentile, written as a decimal probability
Calculation method explained
Choose the question shape first, then enter the mean and standard deviation in the same raw units as the measurement. Below x asks for the left-tail probability, above x asks for the right-tail probability, between a and b asks for the probability inside an interval, and percentile to cutoff asks which raw value corresponds to a cumulative percentile.
- Standardize raw values with so the question can be read on the standard normal curve.
- For below, above, and between modes, convert the standardized value or bounds with .
- For percentile to cutoff, start from the cumulative percentile , use a stable inverse-normal approximation to get , then map back with .
- This is a model helper, not a normality test and not a hypothesis-testing tool.
Frequently Asked Questions
When is a normal model appropriate?
Use this calculator when a bell-curve approximation is reasonable for the measurement you care about. It does not test whether your real data are normal; it only applies the normal model you specify.
What do below, above, between, and percentile mean here?
Below x gives the cumulative area to the left of a threshold. Above x gives the right tail beyond a threshold. Between a and b gives the probability mass inside an interval. Percentile to cutoff starts with a cumulative percentile and returns the raw measurement value that matches it.
Why does the calculator return z-scores?
A z-score shows how far a raw value sits from the mean in standard-deviation units. The calculator standardizes your raw value first, then uses the standard normal curve to get the requested probability or cutoff.
How is this different from statistics, binomial probability, and scientific?
Statistics summarizes observed data. Binomial probability models yes/no counts across repeated trials. Scientific handles general-purpose calculations. This tool is narrower: it models continuous measurements under a normal-distribution assumption.