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.
A population model where the population size function is given by an expression evaluated at runtime.
value, isLog, arg, maxTimeToConsider
 
type: java.lang.String |
Expression needed for calculations. |
Required input |
 
type: java.lang.Boolean |
True if expression represents log(P), false if it represents P. Default is false. |
Optional input. Default: false |
 
type: beast.base.core.Function*** |
Parameters/functions needed for the calculation |
Optional input |
 
type: java.lang.Integer |
Maximum time to consider when numerically inverting intensity integral. |
Optional input. Default: 1000 |