Simulate Continuous-Time Markov Chains

版本 1.0.2 (4.4 KB) 作者: Dana
This code can be used to simulate continuous-time Markov chains
399.0 次下载
更新时间 2021/1/15

查看许可证

There are two functions: (1) simCTMC.m is used to simulate jump times and the corresponding states that are jumped to, given a Q-matrix and a desired number of periods. (2) simCTMC_t.m uses the output of simCTMC.m to generate a time series simulation for the states.

引用格式

Dana (2024). Simulate Continuous-Time Markov Chains (https://www.mathworks.com/matlabcentral/fileexchange/79649-simulate-continuous-time-markov-chains), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2

Added some additional input verification

1.0.1

Can now set T=Inf to simulate until an absorbing state is reached. Other minor improvements also made.

1.0.0