The Weibull distribution is supported on \((0, \infty)\).

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

Arguments

x

A weibull_dist object.

Value

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

Examples

sup(weibull_dist(2, 3))
#> (0, Inf)