R/beta_dist.R
sup.beta_dist.Rd
The beta distribution is supported on the open interval (0,1).
# S3 method for class 'beta_dist' sup(x)
A beta_dist object.
beta_dist
An interval object representing (0,1).
interval
sup(beta_dist(2, 5)) #> (0, 1)