Semi-Markov Toolbox

버전 1.3.0.0 (54.1 KB) 작성자: Flavio Prattico
Markov and semi-Markov toolbox
다운로드 수: 2.4K
업데이트 날짜: 2015/3/12

라이선스 보기

The semi-Markov Toolbox allows to create Markov and semi-Markov models based on a real discrete, or previously discretized, phenomenon. The input of the toolbox is a discrete time series that must be given through a file .mat with only one variable: the discrete time series.
At the link (https://sites.google.com/site/flavioprattico/download) it is possible to download a .mat file, namely data.mat, with wind speed discretized data, in order to test the app.
The toolbox permits to chose the data and matrices saving or not and the kind of model (Markov, semi-Markov or both models) . At the end of the Monte Carlo simulation the histograms of the probability distribution functions are shown in simple plot in order to check the validity of the modeling. The output mat file with all the variables will collocate automatically in the folder where the data are loaded. In the mat file you will find the following variables (in case you have chosen "both models"):
ZReal_Data: it is the real discretized time series
ZMarkov: it is the synthetic time series generated through Markov model
ZSemi_Markov: it is the synthetic time series generated through the semi-Markov model
ZP_Markov: it is the Markov transition probability matrix
ZP_Semi_Markov: it is the semi-Markov transition probability matrices
ZG_Semi_Markov: it is the conditional cumulative distribution functions of the waiting time in each state
See the references below for more details on semi-Markov models and their application, especially reference [1].

[1] D’Amico, Guglielmo, Filippo Petroni, and Flavio Prattico. "First and second order semi-Markov chains for wind speed modeling." Physica A: Statistical Mechanics and its Applications 392.5 (2013): 1194-1201.

[2] D'Amico, Guglielmo, Filippo Petroni, and Flavio Prattico. "Reliability Measures of Second-Order Semi-Markov Chain Applied to Wind Energy Production." Journal of Renewable Energy 2013 (2012).

[3] D'Amico, Guglielmo, Filippo Petroni, and Flavio Prattico. "Wind speed modeled as an indexed semi‐Markov process." Environmetrics 24.6 (2013): 367-376.

[4] D’Amico, Guglielmo, Filippo Petroni, and Flavio Prattico. "Performance analysis of second order semi-markov chains: An application to wind energy production." Methodology and Computing in Applied Probability (2014): 1-14.

[5] D’Amico, Guglielmo, Filippo Petroni, and Flavio Prattico. "Wind speed and energy forecasting at different time scales: A nonparametric approach." Physica A: Statistical Mechanics and its Applications 406 (2014): 59-66.

인용 양식

Flavio Prattico (2024). Semi-Markov Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/48531-semi-markov-toolbox), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Conditional Mean Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Added a link where it is possible to download a mat file with discretized data.

1.2.0.0

Description corrections

1.1.0.0

More explanation.

1.0.0.0