- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 56字
- 2021-08-13 15:19:34
Statsmodels
Previously a part of SciKits, statsmodels was thought to be a complement to SciPy's statistical functions. It features generalized linear models, discrete choice models, time series analysis, and a series of descriptive statistics, as well as parametric and non-parametric tests:
- Website: http://statsmodels.sourceforge.net/
- Version at the time of print: 0.9.0
- Suggested install command: pip install statsmodels