Poisson Distributions
Comparison to Binomial Distribution
A Poisson distribution is an extreme case of the binomial distribution when
We could prove this formula from the Binomial Formula
Example: Mutations over time
Like in Population Genetics
Probability of getting one specific gene in one generation:
Mutation rate in one allele in one generation:
Looking at Drosophila, which has
Probability of no mutations (
Not sure why she wrote this:
Using Poisson dist:
Probability of female having surviving offspring
Population Dynamics
If fecundity
(a female on average needs to produce two offpsring to maintain population.
Then it decreases from here.
What is the lowest possible for Poisson to be valid
- In theory,
must be near infinity - In reality, the approximation is close enough when the product lambda is close enough to the result of the binomial distribution. Think of the example graphs from the slides.
Skellam model for plant population size
We have
Each plant produces
If we have many sites,
Probability of a site being occupied
Seeds produced:
Let's call the fraction of sites occupied
And
Fraction of sites occupied in the next time step
In the next year, every site will be occupied (
So, combining our theory with this equation gives us:
At equilibrium
When there is no change,
If we plot
bottom=-0.5
top=2
left=-0.5
right=4
---
a= 2
y=1-e^{a(-x)}
We cannot solve this for x. But we can solve it for alpha, so let's try that, and use that solution to figure out how the equilibrium varies with alpha:
Here is a new function. What does this look like? Plotting alpha as a function of
left=-0.1
right=1.5
---
y=-(\ln(1-x))/x
If we swap axes (x as a function of alpha):
bottom=-0.1
top=1.5
---
x=-(\ln(1-y))/y
So, as alpha (seeds produced per occupied site) increases to 5, the equilibrium value of x approaches 1.
Each plant needs to produce at least one seed for the model to work. When alpha is one (produces one seed), the equilibrium population size (ratio) is zero.
When alpha gets close to five, nearly every site is occupied - every site gets many seeds and there is lots of competition.
Introducing a second species (Competition)
Let's say there is a second species that is more fecund but less competitive. If seeds from both species land in the same site, species A will always outcompete, but species B produces more seeds overall. This is a competition-colonization Trade-off.
Eva leaves this as an exercise to us to try and figure out how these relate.