dlnorm2: Log-normal density function parameterized by mean and...

Description Usage Arguments Value Examples

View source: R/lognormal.R

Description

Log-normal density function parameterized by mean and coefficient of variation

Usage

1
dlnorm2(x, mu, tau)

Arguments

x

Random variable

mu

Mean of the distribnution

tau

coefficient of variation of the distribution

Value

The probability density of x

Examples

1
curve(dlnorm2(x, 0.5,1), 0, 2)

AleMorales/distros documentation built on March 20, 2020, 9:44 p.m.