Autocorrelation And Lag Selection

Analyzes time series dynamics with the fast skforecast.stats functions acf, pacf and calculate_lag_autocorrelation. Covers reading ACF/PACF patterns to identify AR/MA orders and seasonality, ranking lags by partial autocorrelation, and feeding the result to the lags argument of any skforecast forecaster. Use when the user wants to understand the dynamics of a series, choose a candidate set of lags before hyperparameter tuning, or replace a slow statsmodels acf/pacf call.

skforecast Updated

File contents

skforecast/skforecast/tree/main/skills/autocorrelation-and-lag-selection commit ad333883ec

Frequently asked questions

npx skillmds@latest add skforecast/autocorrelation-and-lag-selection