Support for gamma distribution, the positive real numbers (0, Inf).

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

Arguments

x

The gamma_dist object

Value

An interval object representing (0, Inf)

Examples

sup(gamma_dist(2, 1))
#> (0, Inf)