gompertzPopFunc_f0 function
gompertzPopFunc_f0(Double b, Double N0, Double f0, Double NA, Integer I_na)
Constructs a Gompertz population model (f0-parameterized) with optional NA and indicator I_na.
Parameters
- Double b - Gompertz growth rate (b).
- Double N0 - Initial population size (N0).
- Double f0 - Initial proportion, f0 = N0 / NInfinity.
- Double NA - Ancestral population size (NA).
- Integer I_na - Indicator (0 or 1) controlling usage of NA.
Return type
Examples
- gompertzF0Coal.lphy