Find a z-score and lower, upper, or between-bound probability under a normal model.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The observation is standardized as z = (x − mean) ÷ standard deviation. An Abramowitz–Stegun error-function approximation evaluates the cumulative probability, from which lower-tail, upper-tail, and between-bound results are assembled.
Mean: 100 Standard deviation: 15 Lower value: 85 Upper value: 115
Z score lower: -1 Z score upper: 1 Probability below lower: 0.1587 Probability above upper: 0.1587 Probability between: 0.6827
Z-score exercises standardize observations, manufacturing models estimate tail probabilities, and statistics lessons compare probability between bounds.