dgumbel | R Documentation |
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)
x , q , p |
Vectors of quantiles or probabilities. |
mu |
The location parameter. |
sigma |
The scale parameter. |
log.d , log.p |
Whether to return logged values, or to treat probabilities/densities as being logged. |
n |
The number of observations. |
lower.tail |
Whether to return the lower tail. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.