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.stderr
¶
scipy.stats.mstats.
stderr
(
a
,
axis=0
)
¶
Returns the estimated population standard error of the values in the passed array (i.e., N-1). Axis can equal None (ravel array first), or an integer (the axis over which to operate).
Previous topic
scipy.stats.mstats.std
Next topic
scipy.stats.mstats.theilslopes
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
)
»