Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»
scipy.stats.std
¶
scipy.stats.
std
(
a
,
axis=0
,
bias=False
)
¶
Returns the estimated population standard deviation 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.var
Next topic
scipy.stats.stderr
This Page
Show Source
Edit page
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 Reference Guide (DRAFT)
»
Statistical functions (
scipy.stats
)
»