Watanabe2018_Simple markov model
收藏NIAID Data Ecosystem2026-03-10 收录
下载链接:
https://www.omicsdi.org/dataset/biomodels/MODEL1803120004
下载链接
链接失效反馈官方服务:
资源简介:
Simple Markov model.
There are 3 disease states: Healthy, Sick, and Dead, where the Dead state is terminal.
The yearly transition probabilities are:
Healthy to Dead: 0.01; Healthy to Sick: 0.2 for Male and 0.1 for Female; Sick to Healthy: 0.1; Sick to Dead: 0.3.
The transition probability now depends on the cohort (Male or Female) and can be expressed as a function of a Boolean covariate Male.
Initial conditions: Healthy = (50 Male, 50 Female), Sick = (0,0) and Dead = (0,0).
Output: Number of men and women in each disease state for years 1-10.
创建时间:
2019-01-30



