Class ExponentialGrowth

java.lang.Object
jebl.evolution.coalescent.ConstantPopulation
jebl.evolution.coalescent.ExponentialGrowth
All Implemented Interfaces:
DemographicFunction
Direct Known Subclasses:
CataclysmicDemographic, ConstExponential, Expansion, LogisticGrowth

public class ExponentialGrowth extends ConstantPopulation
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).
Version:
$Id: ExponentialGrowth.java 390 2006-07-20 14:33:51Z rambaut $
Author:
Alexei Drummond, Andrew Rambaut