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

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/(B*(t-t0)^2 + 1) + C.

Inputs:

A, B, t0, C

 

A
type: beast.base.inference.parameter.RealParameter
Magnitude of Cauchy distribution.
Required input

 

B
type: beast.base.inference.parameter.RealParameter
Width of Cauchy distribution.
Required input

 

t0
type: beast.base.inference.parameter.RealParameter
Centre of Cauchy distribution.
Required input

 

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