Uses of Class
jebl.evolution.coalescent.ExponentialGrowth

Packages that use ExponentialGrowth
jebl.evolution.coalescent   
 

Uses of ExponentialGrowth in jebl.evolution.coalescent
 

Subclasses of ExponentialGrowth in jebl.evolution.coalescent
 class CataclysmicDemographic
          This class models an exponentially growing (or shrinking) population (Parameters: N0=present-day population size; r=growth rate).
 class ConstExponential
          This class models exponential growth from an initial population size.
 class ConstLogistic
          This class models logistic growth from an initial population size.
 class Expansion
          This class models exponential growth from an initial ancestral population size.
 class LogisticGrowth
          This class models logistic growth.