Class ExponentialGrowth

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Parameterized, Report, Summarizable, Units
    Direct Known Subclasses:
    ConstExpGrowth, ExpandingPopulation

    public class ExponentialGrowth
    extends ConstantPopulation
    implements Report, Parameterized, java.io.Serializable, Summarizable
    This class models an exponentially growing (or shrinking) population (Parameters: N0=present-day population size; r=growth rate). This model is nested with the constant-population size model (r=0). Parts of this class were inspired by C++ code generously provided by Oliver Pybus.
    Version:
    $Id: ExponentialGrowth.java,v 1.10 2001/07/12 12:17:43 korbinian Exp $
    Author:
    Alexei Drummond, Korbinian Strimmer
    See Also:
    Serialized Form