BEAST v2.6.7 Documentation: beast.math.distributions.Uniform

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.
Uniform distribution over a given interval (including lower and upper values)

Inputs:

lower, upper, offset

 

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

 

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

 

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