Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lnormdist

Creates an Object Representing Log Normal Distribution.


Description

The function creates an object which represents the log normal distribution.

Usage

lnormdist(meanlog = 0, sdlog = 1)

Arguments

meanlog

mean parameter, default: 0.

sdlog

standard deviation parameter, default: 1.

Details

See Lognormal.

Value

Object of class lnormdist.

See Also

Examples

L <- lnormdist(0, 1)
d(L, c(2, 3, 4, NA))
r(L, 5)

mistr

Mixture and Composite Distributions

v0.0.4
GPL-3
Authors
Lukas Sablica [aut, cre] (<https://orcid.org/0000-0001-9166-4563>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.