Compute probabilities, z-scores, and CDF for any bell curve — visualized step by step
The normal distribution (bell curve) is the most important distribution in statistics. It describes heights, test scores, measurement errors, and countless natural phenomena. Any normal distribution is fully defined by just two numbers: the mean μ (where the peak sits) and the standard deviation σ (how wide the bell is).
The PDF (probability density function) gives the shape of the curve. The CDF (cumulative distribution function) gives the probability that a value falls below a threshold — P(X ≤ x). A z-score measures how many standard deviations a value is from the mean: z = (x − μ) / σ.
Tell the AI your mean, standard deviation, and the probability you want to compute — it will draw the bell curve, shade the relevant area, and explain each step.