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

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

Arguments

x

A lognormal object.

Value

An interval object representing (0,).

Examples

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