BEAST v2.7.8 Documentation: feast.expressions.ExpCalculatorParametricDistribution

BEASTObject that performs calculations based on the State.
A class that describes a parametric distribution, that is, a distribution that takes some parameters/valuables as inputs and can produce (cumulative) densities and inverse cumulative densities.
Expression calculator distribution for use with the Prior class. This is a somewhat restricted version of ExpCalculatorDistribution as it does not allow for general multivariate distributions.

Inputs:

value, isLog, offset

 

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

 

offset
type: java.lang.Double
offset of origin (defaults to 0)
Optional input. Default: 0.0