statsmodels-stats

Installation
SKILL.md

Statsmodels Statistical Analysis

Statistical modeling, hypothesis testing, and time series analysis using statsmodels and pandas.

When to Use

  • Linear regression (OLS, GLS, WLS, robust)
  • Logistic regression and generalized linear models
  • Hypothesis testing (t-tests, ANOVA, chi-squared)
  • Time series analysis (ARIMA, VAR, seasonal decomposition)
  • Survival analysis and diagnostic plots

When NOT to Use

  • Machine learning classification/regression (use scikit-learn)
  • Deep learning or neural networks (use PyTorch/TensorFlow)
  • Simple descriptive statistics only (use scipy-analysis)

OLS / GLS / WLS Regression

Installs
18
GitHub Stars
885
First Seen
Apr 6, 2026
statsmodels-stats — beita6969/scienceclaw