Markov Regime Switching Regression Models - Time Varying Probabiliites

454 views Asked by At

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.

2

There are 2 answers

0
SquintRook 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.

0
Maxime De Bruyn On

This paper might answer your needs.