g = BIRTH_DEATH(N) calculates survival times of the simple birth-death process. Process starts with one individual. At any point, one individual of the population gives birth to a new individual or dies, with equal probability. That is, when population is n, it becomes n+1 with probability 1/2 and n-1 with probabilitylity 1/2. Time between birth-death events is exponentially distributed random variable.
This algorithm is originally written to analyse the results published in Font-Clos, Francesc, et al. "The perils of thresholding." New Journal of Physics 17.4 (2015): 043066.
引用格式
Fatih Olmez (2024). Birth-death process (https://github.com/folmez/birth-death), GitHub. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |
|