Navigation
index
modules
|
next
|
previous
|
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
scipy.stats.samplestd
¶
scipy.stats.
samplestd
(
a
,
axis=0
)
¶
Returns the sample standard deviation of the values in the passed array (i.e., using N). Axis can equal None (ravel array first), an integer (the axis over which to operate).
Previous topic
scipy.stats.samplevar
Next topic
scipy.stats.signaltonoise
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
SciPy v0.7 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»