mean.lognormal: Mean of a log-normal distribution.

View source: R/lognormal.R

mean.lognormalR Documentation

Mean of a log-normal distribution.

Description

Computes \exp(meanlog + sdlog^2 / 2).

Usage

## S3 method for class 'lognormal'
mean(x, ...)

Arguments

x

A lognormal object.

...

Additional arguments (not used).

Value

The mean of the distribution.

Examples

mean(lognormal(0, 1))

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