We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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!