Support for chi-squared distribution, the positive real numbers (0, Inf).

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

Arguments

x

The chi_squared object

Value

An interval object representing (0, Inf)

Examples

sup(chi_squared(5))
#> (0, Inf)