This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Returns a biased estimate of the standard deviation of the data, as the square root of the average squared deviations from the mean.
Parameters : | data : sequence
|
---|
Notes
samplestd(a) is equivalent to a.std(ddof=0)