pln3 {TLMoments}R Documentation

Three-parameter lognormal distribution

Description

Cumulative distribution function, density function, quantile function and generation of random variates of the three-parameter lognormal distribution.

Usage

pln3(q, loc = 0, scale = 1, shape = 1)

dln3(x, loc = 0, scale = 1, shape = 1)

qln3(p, loc = 0, scale = 1, shape = 1)

rln3(n, loc = 0, scale = 1, shape = 1)

Arguments

loc, scale, shape

location, scale, and shape parameter of the three-parameter lognormal distribution. All must be of length one.

x, q, p

numeric vector of values, quantiles, or probabilites.

n

numeric, number of random variates.

See Also

pgev, pgum, pgpd


[Package TLMoments version 0.7.5.3 Index]