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.

Previous topic

scipy.stats.z

Next topic

scipy.stats.zmap

This Page