Cons_Exp_ConsPopFunc(Double tau, Double r, Double NC, Double x)

Models population growth using a piecewise exponential growth function with x as an independent parameter.

Parameters

  • Double tau - Time before which population size is constant.
  • Double r - The exponential growth rate.
  • Double NC - Current population size after time x.
  • Double x - Time at which the population reaches NC.

Return type

PopulationFunction

Examples

  • Cons_Exp_ConsCoal.lphy