ID EN
Statistics

zscore

Python 3.11

Compute the Standard Score describing x in terms of the number of standard deviations above or below the mean of the normal distribution: (x - mean) / stdev.

Syntax

PYTHON
zscore(x)