scipy.stats.mstats.z

scipy.stats.mstats.z(a, score)

z is deprecated!

scipy.stats.z is deprecated; please update your code to use scipy.stats.zscore_compare.

Returns the z-score of a given input score, given thearray from which that score came. Not appropriate for population calculations, nor for arrays > 1D.

Previous topic

scipy.stats.mstats.winsorize

Next topic

scipy.stats.mstats.zmap

This Page