LogNormal: Lognormal distribution as a CompositeFamily

View source: R/distributions.R

LogNormalR Documentation

Lognormal distribution as a CompositeFamily

Description

Lognormal distribution as a CompositeFamily

Usage

LogNormal(meanlog = 0, sdlog = 1)

Arguments

meanlog

the mean of the logarithm

sdlog

the standard deviation of the logarithm

Value

a new ContinuousFamily object

Examples

dist <- LogNormal()
log(dist$quantile(0.95))

rbc documentation built on April 3, 2025, 10:20 p.m.

Related to LogNormal in rbc...