The log-normal distribution is supported on \((0, \infty)\).

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

Arguments

x

A lognormal object.

Value

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

Examples

sup(lognormal(0, 1))
#> (0, Inf)