df_qevd | R Documentation |
Return a vector of EVD Quantiles
df_qevd(x, p, evd_mod_str, interval = NULL, lower.tail = TRUE, cores = 1)
x |
A data.frame of EVD parameters |
p |
Probability value (e.g. 0.99) |
evd_mod_str |
One of "fgumbel", "fgev", or "fgumbelx" |
interval |
Optional; interval passed to uniroot when needed |
lower.tail |
Logical; if TRUE (default), computes P( |
cores |
Number of cores to use for parallel processing (default is 1) |
A numeric vector of quantiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.