scipy.stats.z

scipy.stats.z(*args, **kwds)

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.sem

Next topic

scipy.stats.zs

This Page