BirthDeathProcess.jl
BirthDeathProcess is a Julia package for fitting a simple birth-and-death process without migration. It provides functions for simulating the process, evaluating the likelihood, or numerically find the maximum likelihood estimator.
Code available on GitHub.
Publications
Numerical evaluation of the transition probability of the simple birth-and-death process.
arXiv. 1909.10765.
(2019).
Talks
Numerical evaluation of the transition probability of the simple birth-and-death process
The simple birth-and-death process is a continuous-time Markov process that is commonly employed for describing changes over time of …