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