#5382·sktime

[ENH] interface testing procedures from `arch` package

Author: fkiralyCreated Oct 7, 2023Updated Sep 17, 2026
Labelsfeature requestgood first issueinterfacing algorithmsenhancementmodule:parameter-estimators

I've looked at the arch package recommended by @Vasudeva-bit, and noticed that there are a number of testing procedures that would be interesting as components in sktime: https://github.com/bashtage/arch#unit-root-tests https://github.com/bashtage/arch#cointegration-testing-and-analysis

These could/should follow the param_est(parameter estimator) template, and should follow similar design to ADF and KPSS (from statsmodels) already present in sktime.

Good first issue, FYI @Vasudeva-bit