statsmodels

Package — Data SciencePython 3.7+Intermediate

Statistical modeling: regression, time series, hypothesis tests, ANOVA

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, pandas, patsy, packaging
Install
pip install statsmodels

Learn by Difficulty

Quick Example

python
import statsmodels
print(f"statsmodels loaded successfully")
print(f"Version: {getattr(statsmodels, '__version__', 'unknown')}")

statsmodels is a third-party package. Statistical modeling: regression, time series, hypothesis tests, ANOVA. Install with: pip install statsmodels

Try in Playground

Tags

packagedata-scienceanalyticsnumeric