I am looking into estimating a markov regime switching model with time varying probs. Please help me if you know a simpler way to estimate such model.
Markov Regime Switching Regression Models - Time Varying Probabiliites
527 Views Asked by Alaz At
2
There are 2 best solutions below
0
On
You can easyily implement this model with MarSwitching.jl package in Julia language: https://github.com/m-dadej/MarSwitching.jl
Just use: model = MSModel(y, k, exog_tvtp = df) where y is target variable, k is number of states and df is a variable explaining the process of transition probabilities.
This paper might answer your needs.