Density, distribution function, quantile function, random generation
and starting values for the
Log-Gumbel distribution
with lscale
and llocation
parameters.
dlgumbel(x, llocation = 0, lscale = 0, log = FALSE)qlgumbel(p, llocation = 0, lscale = 0, lower.tail = TRUE, log.p = FALSE)
plgumbel(q, llocation = 0, lscale = 0, lower.tail = TRUE, log.p = FALSE)
rlgumbel(n, llocation = 0, lscale = 0)
slgumbel(x)
A numeric vector of values.
location parameter on the log scale.
scale parameter on the log scale.
logical; if TRUE, probabilities p are given as log(p).
vector of probabilities.
logical; if TRUE (default), probabilities are P[X <= x],otherwise, P[X > x].
logical; if TRUE, probabilities p are given as log(p).
vector of quantiles.
number of observations.
A numeric vector.