Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
Statistical functions for masked arrays (
scipy.stats.mstats
)
»
scipy.stats.mstats.zs
¶
scipy.stats.mstats.
zs
(
a
)
¶
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.rv_continuous
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
Statistical functions for masked arrays (
scipy.stats.mstats
)
»