Regime Switching Model with Time Varying Transition Probabilities

Code for estimating a Markov Regime Switching Model with time varying transition probabilities.
27.6K descargas
Actualizado 27 Jun 2018

Ver licencia

Nota del editor: Popular File 2014

The MATLAB code presented here is for estimating a Markov Regime Switching Model with time varying transition probabilities. The code is developed by Zhuanxin Ding based on the original code by Marcelo Perlin for estimating a Markov Regime Switching Model with constant transition probability matrix.

Citar como

Zhuanxin Ding (2024). Regime Switching Model with Time Varying Transition Probabilities (https://www.mathworks.com/matlabcentral/fileexchange/37144-regime-switching-model-with-time-varying-transition-probabilities), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.6.0.0

Moved the beginning part of the code with nargin from function checkInputs_tvtp() to the beginning of the main function MS_Regress_Fit_tvtp.m. The old code returned error message when the newer (2017 or later) edition of Matlab is used.

1.5.0.0

1) Brett Sumsion of Dupont Capital Management kindly modified Marcelo's c++ filter to be used with the tvtp code here.
2) Added Tomlab optimizer as an alternative optimization tool.

1.2.0.0

Add explanation to the tvtp matrix notation.
Add Tomlab as an alternative for optimization.

1.0.0.0