This is documentation for an old release of SciPy (version 0.8.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.zs
-
scipy.stats.zs(*args, **kwds)
zs is deprecated!
scipy.stats.zs is deprecated; please update your code to use
scipy.stats.zscore.
Returns a 1D array of z-scores, one for each score in the passed array,
computed relative to the passed array.