logisticPopFunc(Double t50, Number nCarryingCapacity, Double b)

Models population growth using the logistic growth function.

Parameters

  • Double t50 - The midpoint of the logistic function.
  • Number nCarryingCapacity - The carrying capacity or the maximum population size.
  • Double b - The logistic growth rate.

Return type

PopulationFunction

Examples

  • logisticCoalescent.lphy, logisticCoalJC.lphy