GenExtremeValue | R Documentation |
Density, distribution function, and random generation
for the generalized extreme value distribution with
location mu
, scale sigma
and shape xi
.
dgen_extreme_value(x, mu = 0, sigma = 1, xi = 0, log = FALSE)
pgen_extreme_value(
q,
mu = 0,
sigma = 1,
xi = 0,
lower.tail = TRUE,
log.p = FALSE
)
qgen_extreme_value(
p,
mu = 0,
sigma = 1,
xi = 0,
lower.tail = TRUE,
log.p = FALSE
)
rgen_extreme_value(n, mu = 0, sigma = 1, xi = 0)
x , q |
Vector of quantiles. |
mu |
Vector of locations. |
sigma |
Vector of scales. |
xi |
Vector of shapes. |
log |
Logical; If |
lower.tail |
Logical; If |
log.p |
Logical; If |
p |
Vector of probabilities. |
n |
Number of draws to sample from the distribution. |
See vignette("brms_families")
for details
on the parameterization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.