Density, distribution and quantile functions, and random number generation for the Gumbel distribution
dgumbel(x, mu, sigma, log.d = FALSE)rgumbel(n, mu, sigma)
pgumbel(q, mu, sigma, lower.tail = TRUE, log.p = FALSE)
qgumbel(p, mu, sigma, lower.tail = TRUE, log.p = FALSE)
Vectors of quantiles or probabilities.
The location parameter.
The scale parameter.
Whether to return logged values, or to treat probabilities/densities as being logged.
The number of observations.
Whether to return the lower tail. If lower.tail=FALSE
,
the upper tail is returned.