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.
lower, upper, mass, point, offset
 
type: java.lang.Double |
lower bound on the interval, defaul 0 |
Optional input. Default: 0.0 |
 
type: java.lang.Double |
lower bound on the interval, defaul 1 |
Optional input. Default: 1.0 |
 
type: java.lang.Double |
probability mass to put on a point |
Optional input. Default: 0.5 |
 
type: java.lang.Double |
the point on which the probability mass is put |
Optional input. Default: 1.0 |
 
type: java.lang.Double |
offset of origin (defaults to 0) |
Optional input. Default: 0.0 |