powered by
Return a Vector of EVD Quantiles
qevd_vector(x, p, evd_mod_str, interval = NULL, lower.tail = TRUE, nams = NULL)
gives the quantile function corresponding to p
vector of EVD parameters
vector of probabilities.
either a string "fgumbel", "fgev" or "fgumbelx" from the extreme value distribution (evd) in the evd package
A length two vector containing the end-points of the interval to be searched for the quantiles, passed to the uniroot function.
Logical; if TRUE (default), P (\(x \le y\)), otherwise P (X > x).
names of the values of x (optional)
evd::qgev(), evd::qgumbelx()
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")
Run the code above in your browser using DataLab