Galton-Watson Process
Summary
Given a population where each individual reproduces independently with the same offspring distribution, will the population eventually die out, and how do we characterize that mathematically?
Body
- We start with a root node (generation 0). The number of children this root node has is a random variable (offspring distribution).
- Plain-language note: a Random Variable is the “number-generating machine,” and the distribution is the recipe for the odds of each number (e.g., 0 kids 30%, 1 kid 40%, 2 kids 20%, 3 kids 10%).
What does it mean when “each individual reproduces independently with the same offspring distribution”?
- suppose we have a root node. It reproduces and has three kids. These three kids now reproduce.
- The probability these kids have some number of children, is the same (i.e. idendically distributed). They are also independed of each other.
#Definition The probability of having children, with , is
- e.g. is the probability of having no children.
- If , then almost surely and the population dies out immediately.
#Definition Let be the number of individuals in generation
- the next generation, , is the sum of all offspring of the current generation. It is characterized below:
- for up to , i.e. iteratre over all nodes in the current generation.
- we sum up the number of children produced by each , i.e. .
- the reproduction factor is i.i.d. copies of (branching property).
#Definition Malthusian Parameter Mean offspring number controls growth:
- (subcritical): extinction occurs with probability 1 and decays.
- (critical): extinction occurs with probability 1 (unless ), but more slowly.
- (supercritical): positive probability of survival.
Connections
- Markov chains: is a Markov chain on with absorbing state 0.
- Random trees: The family tree of the process is a random rooted tree.
- Phase transitions: The critical value separates almost-sure extinction from possible survival.
- Reproduction Generating Function (RGF)
Sources
- Bienayme (1845)
- Galton and Watson (1874)
- Jagers (2009)