qevd_vector | R Documentation |
Return a Vector of EVD Quantiles
qevd_vector(x, p, evd_mod_str, interval = NULL, lower.tail = TRUE, nams = NULL)
x |
vector of EVD parameters |
p |
vector of probabilities. |
evd_mod_str |
either a string "fgumbel", "fgev" or "fgumbelx" from the extreme value distribution (evd) in the evd package |
interval |
A length two vector containing the end-points of the interval to be searched for the quantiles, passed to the uniroot function. |
lower.tail |
Logical; if TRUE (default), P ( |
nams |
names of the values of x (optional) |
gives the quantile function corresponding to p
evd::qgev()
, evd::qgumbelx()
qevd_vector(c(1,0.5),1-0.05,"fgumbel",nams = c("loc","scale"))
df = data.frame(loc = 1,scale = 0.5)
qevd_vector(df,1-0.05,"fgumbel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.