Regime Switching Model with Time Varying Transition Probabilities

版本 1.6.0.0 (60.0 KB) 作者: Zhuanxin Ding
Code for estimating a Markov Regime Switching Model with time varying transition probabilities.
27.6K 次下载
更新时间 2018/6/27

查看许可证

编者注: 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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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