Description Usage Arguments Details Examples
Density, distribution function, quantile function and random generation for the Gumbel distribution with parameters mu and sigma.
1 2 3 4 5 6 7 |
x, q |
vector of quantiles. |
mu, sigma |
location and scale parameters. |
log, log.p |
logical; if TRUE, probabilities p are given as log(p). |
lower.tail |
logical; if TRUE (default), probabilities are P[X ≤ x ], otherwise, P[X > x]. |
p |
vector of probabilities. |
n |
number of observations. |
The Gumbel distribution has density
f(x)=(1/σ)exp(-(x-μ)/σ-exp(-(x-μ)/σ)),
where -∞<μ<∞ is the location paramether and σ^2>0 is the scale parameter.
1 2 3 4 |
[1] 0.07926048
[1] 0.1922956
[1] 1.09646
[1] 6.3854587 3.7480653 10.4243566 8.0340240 0.1384547
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.