Nonparametric Estimation of Regime Switching Data

バージョン 1.0.0.0 (10.2 KB) 作成者: Moeti Ncube
Methodology from simulated data without any modeling assumptions
ダウンロード: 1.2K
更新 2011/4/11

ライセンスの表示

This model was build for data that tends to fluctuate between different regimes but can be applied quite generally.
The data I used in this example is assumed to come from three regimes: 1-full generation, 2-partial generation, 3-little to no generation. The
%model works as follows:
1) I split the observable data into three partitions as determined by vector 'perc', (any number of partitions can be assigned here).
2) I compute an empirical markove chain based on the observable data and my partition space. For example I find the percentage of all observation in my dataset that are at full generation at time t and remain there at time t+1, this gives me p(1,1). I then find the percentage of all observations that are at full generation at time t and go the partial generation at time t+1, this gives me p(1,2)... I continue in this way until i have a 3x3 transition matrix for the data
3) I can now generate simulated states [1,2,3] from my empirical transition matrix, the next step is given I am in a particular state, to generate a sample from that state. I do this by computing empirical discrete probability distribution of each regime with a precision 'dt'.

This model can now be used to simulate the observed process dynamics, the results show that the sample paths as well has histograms match quite well. The general mechanism can be applied a wide array of dataset for nonparametric simulations.

引用

Moeti Ncube (2024). Nonparametric Estimation of Regime Switching Data (https://www.mathworks.com/matlabcentral/fileexchange/31017-nonparametric-estimation-of-regime-switching-data), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMarkov Chain Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0