Cumulative Distribution Function for Log-Gumbel Distribution
Usage
plgumbel(q, locationlog = 0, scalelog = 1, lower.tail = TRUE, log.p = FALSE)
Arguments
- q
vector of quantiles.
- locationlog
location on the log scale parameter.
- scalelog
scale on log scale parameter.
- lower.tail
logical; if TRUE (default), probabilities are P[X <= x]
, otherwise, P[X > x]
.
- log.p
logical; if TRUE, probabilities p are given as log(p).