What problem does it solve? Performing rigorous statistical inference in Python requires choosing the right model for each outcome type, validating assumptions, and producing publication-ready results, which is error-prone without structured guidance. ## Core Features & Use Cases - Regression Modeling: Fit OLS, WLS, GLS, quantile, and mixed-effects linear models with robust standard errors and full diagnostic output. - Discrete & GLM Models: Run logistic, probit, multinomial, Poisson, Negative Binomial, and zero-inflated models with odds ratios and marginal effects. - Time Series Analysis: Build ARIMA, SARIMAX, VAR, and state space models with stationarity tests, ACF/PACF identification, and forecast intervals. - Use Case: An analyst fitting a logistic regression on customer churn data can use this skill to estimate odds ratios, check model fit, compute marginal effects, and validate predictions with AUC scoring. ## Quick Start Use the python_data_stack skill to fit an OLS regression on my dataset and show the full summary with residual diagnostics.