LOGNORMAL: Factory for a LOGNORMAL distribution object

Description Usage Arguments Value Author(s) Examples

Description

Returns a LOGNORMAL distribution object that produce random numbers from a log normal distribution using the rlnorm function

Usage

1
new_LOGNORMAL(p_meanlog, p_sdlog, p_dimnames = "rvar")

Arguments

p_meanlog

mean of the distribution on the log scale

p_sdlog

A numeric that represents the standard deviation on the log scale

p_dimnames

A character that represents the name of the dimension

Value

An object of class DISTRIBUTION, LOGNORMAL

Author(s)

John J. Aponte

Examples

1
2
myDistr <- new_LOGNORMAL(0,1)
myDistr$rfunc(10)

convdistr documentation built on April 20, 2021, 9:06 a.m.