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
 
type: beast.base.inference.parameter.RealParameter |
Initial population size for model. |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Exponential growth rate of population size. |
Required input |
 
type: beast.base.inference.parameter.RealParameter |
Constant population size offset. |
Required input |