The Normal Distribution Calculator computes probabilities for any normal distribution. It finds the probability between two values, calculates percentiles, and performs inverse lookups to find the value corresponding to a given probability.
Enter the mean and standard deviation of your distribution along with your target values. The calculator uses numerical integration to produce accurate results, displayed alongside an interactive bell curve that shades the region of interest.
Your calculations will appear here
The normal distribution (also called the Gaussian distribution) is the most important probability distribution in statistics. It is defined by two parameters: the mean (mu), which determines the centre, and the standard deviation (sigma), which determines the spread. The probability density function forms the familiar bell-shaped curve.
The probability of a value falling within a specific range is found by computing the area under the curve between those bounds. This requires evaluating the cumulative distribution function (CDF). Since the normal CDF has no closed-form expression, it is computed using numerical methods such as rational polynomial approximations.
Key properties of the normal distribution include: it is symmetric about the mean, the mean equals the median and mode, and approximately 68% of values fall within one standard deviation, 95% within two, and 99.7% within three (the empirical rule). The standard normal distribution is the special case with mean 0 and standard deviation 1.
Aufgabe: IQ scores follow a normal distribution with mean 100 and standard deviation 15. What percentage of people have IQ between 85 and 115?
Loesung: Convert to z-scores: z1 = (85 - 100) / 15 = -1, z2 = (115 - 100) / 15 = 1. P(-1 < Z < 1) = 0.8413 - 0.1587 = 0.6827.
Antwort: About 68.27% of people have IQ between 85 and 115
Aufgabe: In a normally distributed dataset with mean 50 and standard deviation 8, what percentile is a score of 62?
Loesung: z = (62 - 50) / 8 = 1.5. P(Z < 1.5) = 0.9332.
Antwort: A score of 62 is at the 93.32nd percentile
Aufgabe: Heights of adult men are normally distributed with mean 175 cm and standard deviation 7 cm. What height marks the top 10%?
Loesung: The 90th percentile: z = 1.2816. Height = 175 + 1.2816 * 7 = 175 + 8.97 = 183.97.
Antwort: The top 10% are taller than approximately 184 cm
Calculate probability of events, complements, unions, and intersections. Free online probability calculator for statistics.
Calculate standard deviation, variance, mean, and more for any dataset. Supports population and sample statistics. Free online tool.
Calculate z-scores, find values from z-scores, and determine probabilities. Free online z-score calculator with bell curve visualisation.
Calculate binomial probabilities, cumulative distributions, and expected values. Free online binomial distribution calculator with bar chart.
Calculate Pearson correlation coefficient, R-squared, and regression line. Free online correlation calculator with scatter plot.
Calculate permutations and combinations. Find nPr, nCr, factorials, and arrangements. Free online permutation and combination calculator.