Learn R Programming

rbc (version 0.1.1)

LogNormal: Lognormal distribution as a CompositeFamily

Description

Lognormal distribution as a CompositeFamily

Usage

LogNormal(meanlog = 0, sdlog = 1)

Value

a new ContinuousFamily object

Arguments

meanlog

the mean of the logarithm

sdlog

the standard deviation of the logarithm

Examples

Run this code
dist <- LogNormal()
log(dist$quantile(0.95))

Run the code above in your browser using DataLab