The beta distribution is supported on the open interval \((0, 1)\).

# S3 method for class 'beta_dist'
sup(x)

Arguments

x

A beta_dist object.

Value

An interval object representing \((0, 1)\).

Examples

sup(beta_dist(2, 5))
#> (0, 1)