What you provide
What you provide
- One observation and the corresponding reference mean
- A positive population standard deviation from the same data context
STATISTICS / STANDARDIZED DISTANCE
Standardize one observation against a supplied mean and population standard deviation, then inspect its signed distance and plain-language position.
Use boundary
The signed difference between the observation and mean is divided by the positive standard deviation. The result reports direction and distance in standard-deviation units without assuming the source distribution is normal.
Z-score = (observation - mean) / standard deviation.
What you provide
What you receive
Use boundary
A z-score does not prove normality, identify an outlier by itself, or convert directly to probability unless the distribution model supports that interpretation.
Use consistent units and preserve more precision than the displayed result when carrying an answer into another calculation.
Reviewed reference factors