You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately we don't yet have an ARMA specification for Markov switching models. We also don't have a GARCH model in Statsmodels, but you might be interested in the http://github.com/bashtage/arch package.
Hello, I found your tools can do Makov switching on AR processes but if it able to do on GARCH?
I use this code
mod_hamilton = sm.tsa.MarkovAutoregression(GLD_ddate, k_regimes=2, order=1, switching_ar=True)
But I think it miss MA term.
Thanks!
The text was updated successfully, but these errors were encountered: