is_lognormal: Test whether an object is a 'lognormal'.

View source: R/lognormal.R

is_lognormalR Documentation

Test whether an object is a lognormal.

Description

Test whether an object is a lognormal.

Usage

is_lognormal(x)

Arguments

x

The object to test.

Value

TRUE if x inherits from "lognormal", FALSE otherwise.

Examples

is_lognormal(lognormal(0, 1))
is_lognormal(normal(0, 1))

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.