Regime Switching Model with Time Varying Transition Probabilities

버전 1.6.0.0 (60 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