BEAST v2.7.8 Documentation: beastlabs.evolution.tree.coalescent.ExponentialGrowthPlusConstant

BEASTObject that performs calculations based on the State.
An implementation of a population size function beastObject.Also note that if you are dealing with a diploid population N0 will be the number of alleles, not the number of individuals.
Population model of the form A*exp(-B*t) + C

Inputs:

A, B, C

 

A
type: beast.base.inference.parameter.RealParameter
Initial population size for model.
Required input

 

B
type: beast.base.inference.parameter.RealParameter
Exponential growth rate of population size.
Required input

 

C
type: beast.base.inference.parameter.RealParameter
Constant population size offset.
Required input