
Last chance! 50% off unlimited learning
Sale ends in
Returns the PDF of the Gumbel distribution.
pgumbel(q, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
Vector of quantiles
The location parameter,
The scale parameter
Logical, whether lower, if TRUE
or upper, if FALSE
, tail probabilities should be returned.
Logical, if TRUE
probabilities are given in their log.
A vector of probabilities
This code and the details of the help file were taken from the VGAM
package.
The Gumbel distribution is a special case of the generalized extreme value
(GEV) distribution where the shape parameter -digamma(1)
).