scipy.stats.mstats.zs

scipy.stats.mstats.zs(a)

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.mstats.zmap

Next topic

scipy.stats.gaussian_kde

This Page