Birth process

From HandWiki
Short description: Type of continuous process in probability theory
birth process
A birth process with birth rates [math]\displaystyle{ \lambda_0, \lambda_1, \lambda_2, ... }[/math].

In probability theory, a birth process or a pure birth process[1] is a special case of a continuous-time Markov process and a generalisation of a Poisson process. It defines a continuous process which takes values in the natural numbers and can only increase by one (a "birth") or remain unchanged. This is a type of birth–death process with no deaths. The rate at which births occur is given by an exponential random variable whose parameter depends only on the current value of the process

Definition

Birth rates definition

A birth process with birth rates [math]\displaystyle{ (\lambda_n, n\in \mathbb{N}) }[/math] and initial value [math]\displaystyle{ k\in \mathbb{N} }[/math] is a minimal right-continuous process [math]\displaystyle{ (X_t, t\ge 0) }[/math] such that [math]\displaystyle{ X_0=k }[/math] and the interarrival times [math]\displaystyle{ T_i = \inf\{t\ge 0: X_t=i+1\} - \inf\{t\ge 0: X_t=i\} }[/math] are independent exponential random variables with parameter [math]\displaystyle{ \lambda_i }[/math].[2]

Infinitesimal definition

A birth process with rates [math]\displaystyle{ (\lambda_n, n\in \mathbb{N}) }[/math] and initial value [math]\displaystyle{ k\in \mathbb{N} }[/math] is a process [math]\displaystyle{ (X_t, t\ge 0) }[/math] such that:

  • [math]\displaystyle{ X_0=k }[/math]
  • [math]\displaystyle{ \forall s,t\ge 0: s\lt t\implies X_s \le X_t }[/math]
  • [math]\displaystyle{ \mathbb{P}(X_{t+h}=X_t+1)=\lambda_{X_t}h+o(h) }[/math]
  • [math]\displaystyle{ \mathbb{P}(X_{t+h}=X_t)=o(h) }[/math]
  • [math]\displaystyle{ \forall s,t\ge 0: s\lt t\implies X_t-X_s }[/math] is independent of [math]\displaystyle{ (X_u, u \lt s) }[/math]

(The third and fourth conditions use little o notation.)

These conditions ensure that the process starts at [math]\displaystyle{ i }[/math], is non-decreasing and has independent single births continuously at rate [math]\displaystyle{ \lambda_n }[/math], when the process has value [math]\displaystyle{ n }[/math].[3]

Continuous-time Markov chain definition

A birth process can be defined as a continuous-time Markov process (CTMC) [math]\displaystyle{ (X_t, t\ge 0) }[/math] with the non-zero Q-matrix entries [math]\displaystyle{ q_{n,n+1}=\lambda_n=-q_{n,n} }[/math] and initial distribution [math]\displaystyle{ i }[/math] (the random variable which takes value [math]\displaystyle{ i }[/math] with probability 1).[4]

[math]\displaystyle{ Q=\begin{pmatrix} -\lambda_0 & \lambda_0 & 0 & 0 & \cdots \\ 0 & -\lambda_1 & \lambda_1 & 0 & \cdots \\ 0 & 0 & -\lambda_2 & \lambda_2 & \cdots\\ \vdots & \vdots & \vdots & & \vdots \ddots \end{pmatrix} }[/math]

Variations

Some authors require that a birth process start from 0 i.e. that [math]\displaystyle{ X_0=0 }[/math],[3] while others allow the initial value to be given by a probability distribution on the natural numbers.[2] The state space can include infinity, in the case of an explosive birth process.[2] The birth rates are also called intensities.[3]

Properties

As for CTMCs, a birth process has the Markov property. The CTMC definitions for communicating classes, irreducibility and so on apply to birth processes. By the conditions for recurrence and transience of a birth–death process,[5] any birth process is transient. The transition matrices [math]\displaystyle{ ((p_{i,j}(t))_{i,j\in\mathbb{N}}), t\ge 0) }[/math] of a birth process satisfy the Kolmogorov forward and backward equations.

The backwards equations are:[6]

[math]\displaystyle{ p'_{i,j}(t)=\lambda_i (p_{i+1,j}(t)-p_{i,j}(t)) }[/math] (for [math]\displaystyle{ i,j\in\mathbb{N} }[/math])

The forward equations are:[7]

[math]\displaystyle{ p'_{i,i}(t)=-\lambda_i p_{i,i}(t) }[/math] (for [math]\displaystyle{ i\in\mathbb{N} }[/math])
[math]\displaystyle{ p'_{i,j}(t)=\lambda_{j-1}p_{i,j-1}(t)-\lambda_j p_{i,j}(t) }[/math] (for [math]\displaystyle{ j\ge i+1 }[/math])

From the forward equations it follows that:[7]

[math]\displaystyle{ p_{i,i}(t)=e^{-\lambda_i t} }[/math] (for [math]\displaystyle{ i\in\mathbb{N} }[/math])
[math]\displaystyle{ p_{i,j}(t)=\lambda_{j-1}e^{-\lambda_j t}\int_0^t e^{\lambda_j s}p_{i,j-1}(s)\, \text{d} s }[/math] (for [math]\displaystyle{ j\ge i+1 }[/math])

Unlike a Poisson process, a birth process may have infinitely many births in a finite amount of time. We define [math]\displaystyle{ T_\infty=\sup \{T_n:n\in\mathbb{N}\} }[/math] and say that a birth process explodes if [math]\displaystyle{ T_\infty }[/math] is finite. If [math]\displaystyle{ \sum_{n=0}^\infty \frac{1}{\lambda_n}\lt \infty }[/math] then the process is explosive with probability 1; otherwise, it is non-explosive with probability 1 ("honest").[8][9]

Examples

Poisson process
A Poisson process is a special case of a birth process.

A Poisson process is a birth process where the birth rates are constant i.e. [math]\displaystyle{ \lambda_n=\lambda }[/math] for some [math]\displaystyle{ \lambda\gt 0 }[/math].[3]

Simple birth process

Simple birth process
A simple birth process, where birth rates are equal to the size of the current population.

A simple birth process is a birth process with rates [math]\displaystyle{ \lambda_n=n\lambda }[/math].[10] It models a population in which each individual gives birth repeatedly and independently at rate [math]\displaystyle{ \lambda }[/math]. Udny Yule studied the processes, so they may be known as Yule processes.[11]

The number of births in time [math]\displaystyle{ t }[/math] from a simple birth process of population [math]\displaystyle{ n }[/math] is given by:[3]

[math]\displaystyle{ p_{n,n+m}(t)=\binom{n}{m}(\lambda t)^m(1-\lambda t)^{n-m}+o(h) }[/math]

In exact form, the number of births is the negative binomial distribution with parameters [math]\displaystyle{ n }[/math] and [math]\displaystyle{ e^{-\lambda t} }[/math]. For the special case [math]\displaystyle{ n=1 }[/math], this is the geometric distribution with success rate [math]\displaystyle{ e^{-\lambda t} }[/math].[12]

The expectation of the process grows exponentially; specifically, if [math]\displaystyle{ X_0=1 }[/math] then [math]\displaystyle{ \mathbb{E}(X_t)=e^{\lambda t} }[/math].[10]

A simple birth process with immigration is a modification of this process with rates [math]\displaystyle{ \lambda_n=n\lambda+\nu }[/math]. This models a population with births by each population member in addition to a constant rate of immigration into the system.[3]

Notes

  1. Upton & Cook (2014), birth-and-death process.
  2. 2.0 2.1 2.2 Norris (1997), p. 81.
  3. 3.0 3.1 3.2 3.3 3.4 3.5 Grimmett & Stirzaker (1992), p. 232.
  4. Norris (1997), p. 81–82.
  5. Karlin & McGregor (1957).
  6. Ross (2010), p. 386.
  7. 7.0 7.1 Ross (2010), p. 389.
  8. Norris (1997), p. 83.
  9. Grimmett & Stirzaker (1992), p. 234.
  10. 10.0 10.1 Norris (1997), p. 82.
  11. Ross (2010), p. 375.
  12. Ross (2010), p. 383.

References