powered by
bounds() returns the range of the support of a prior or data distribution.
bounds()
bounds(dist, ...)# S4 method for ContinuousPrior bounds(dist, ...)# S4 method for PointMassPrior bounds(dist, ...)
# S4 method for ContinuousPrior bounds(dist, ...)
# S4 method for PointMassPrior bounds(dist, ...)
numeric of length two, c(lower, upper)
numeric
c(lower, upper)
a univariate distribution object
distribution
further optional arguments
bounds(ContinuousPrior(function(x) dunif(x, .2, .4), c(.2, .4))) # > 0.2 0.4 bounds(PointMassPrior(c(0, .5), c(.3, .7))) # > 0.3 0.7
Run the code above in your browser using DataLab