SciPy.stats Sub-Module

Revision as of 20:41, 23 September 2021 by Gmelli (talk | contribs) (Text replacement - ". ----" to ". ----")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A SciPy.stats Sub-Module is a SciPy sub-module that implements statistical subroutines.



References

2017

2011

  • https://docs.scipy.org/doc/scipy-0.18.1/reference/release.0.9.0.html
    • QUOTE: Many functions in scipy.stats that are either available from numpy or have been superseded, and have been deprecated since version 0.7, have been removed: std, var, mean, median, cov, corrcoef, z, zs, stderr, samplestd, samplevar, pdfapprox, pdf_moments and erfc. These changes are mirrored in scipy.stats.mstats.