The uniform distribution is supported on \([min, max]\).

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

Arguments

x

A uniform_dist object.

Value

An interval object representing \([min, max]\).

Examples

sup(uniform_dist(0, 10))
#> [0, 10]