BEAST v2.7.8 Documentation: sa.math.distributions.DegenerateUniform

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.

Inputs:

lower, upper, mass, point, offset

 

lower
type: java.lang.Double
lower bound on the interval, defaul 0
Optional input. Default: 0.0

 

upper
type: java.lang.Double
lower bound on the interval, defaul 1
Optional input. Default: 1.0

 

mass
type: java.lang.Double
probability mass to put on a point
Optional input. Default: 0.5

 

point
type: java.lang.Double
the point on which the probability mass is put
Optional input. Default: 1.0

 

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