Expand description
Population dynamics models.
Functionsยง
- allee_
growth - Allee effect: population growth rate decreases at low densities.
- beverton_
holt - Beverton-Holt discrete recruitment model.
- competition_
step - Lotka-Volterra competition between two species. Returns (new_pop1, new_pop2).
- logistic_
growth - Logistic growth: dN/dt = rN(1 - N/K).
- lotka_
volterra_ step - Lotka-Volterra predator-prey step. Returns (new_prey, new_predator).
- ricker
- Ricker model (discrete, density-dependent, can produce chaos).