Birth-death process
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.
Cite As
Fatih Olmez (2024). Birth-death process (https://github.com/folmez/birth-death), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Versions that use the GitHub default branch cannot be downloaded
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |
|