LogNormal {rbc}R 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))

[Package rbc version 0.1.0 Index]