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.
 
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: java.lang.Double |
offset of origin (defaults to 0) |
Optional input. Default: 0.0 |