Description Usage Arguments Value
View source: R/gumbel_distrib.R
Density, distribution function, quantile function and random generation for the gumbel distribtion. Extracted from polr source code
1 2 3 4 5 6 7 8 9 10 11 |
q |
vector of quantiles. |
loc, scale |
Location and scale parameters. |
lower.tail |
logical; if TRUE (default), probabilities are P[X ≤ x] otherwise, P[X > x]. |
x |
vector of quantiles. |
log |
logical; if TRUE, probabilities p are given as log(p). |
n |
number of observations. If |
dgumbel gives the density, pgumbel gives the distribution function,
and rgumbel generates random deviates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.