BEAST v2.7.8 Documentation: feast.popmodels.CompoundPopulationModel

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 constructed by piecewise assembly of other population functions.

Inputs:

populationModel, changeTimes, makeContinuous

 

populationModel
type: beast.base.evolution.tree.coalescent.PopulationFunction***
Population model segment
Optional input

 

changeTimes
type: beast.base.core.Function
Times of transitions between individual model segments.
Required input

 

makeContinuous
type: java.lang.Boolean
Scale population functions to ensure resulting compound function is continuous. (Default false)
Optional input. Default: false