Birth-death process

Survival times of a birth-death process
231 Downloads
Updated 20 Dec 2016

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
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.