BEAST v2.7.8 Documentation: feast.popmodels.ExpressionPopulationModel

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.

Inputs:

value, isLog, arg, maxTimeToConsider

 

value
type: java.lang.String
Expression needed for calculations.
Required input

 

isLog
type: java.lang.Boolean
True if expression represents log(P), false if it represents P. Default is false.
Optional input. Default: false

 

arg
type: beast.base.core.Function***
Parameters/functions needed for the calculation
Optional input

 

maxTimeToConsider
type: java.lang.Integer
Maximum time to consider when numerically inverting intensity integral.
Optional input. Default: 1000