dst_lnorm: Log Normal Distribution

View source: R/dst_lnorm.R

dst_lnormR Documentation

Log Normal Distribution

Description

Makes a Log Normal distribution, which is the distribution of the exponential of a Normally distributed random variable.

Usage

dst_lnorm(meanlog, sdlog)

Arguments

meanlog

Mean of the log of the random variable; single numeric.

sdlog

Standard deviation of the log of the random variable; single positive numeric.

Value

A Log Normal distribution.

Examples

dst_lnorm(0, 1)

vincenzocoia/distionary documentation built on April 5, 2025, 5:20 a.m.