return.levels.mev | R Documentation |
Calculate return levels for a MEVD, SMEV or TMEV extreme value distributions
from an object of class mevr
.
return.levels.mev(
x,
return.periods = c(2, 10, 20, 30, 50, 75, 100, 150, 200),
ci = FALSE,
alpha = 0.05,
method = "boot",
R = 502,
ncores = 2L
)
x |
An object of class |
return.periods |
A vector of return periods in years, excluding 1. |
ci |
If |
alpha |
Number between zero and one giving the |
method |
Character string giving the method for confidence interval calculation. Option |
R |
The number of bootstrap iterations. |
ncores |
Number of cores used for parallel computing of confidence intervals. Defaults to 2. |
Note that bootstraping the confidence intervals is very slow.
A list with return levels, chosen return periods and, if ci=TRUE
,
alpha/2
and 1 - alpha/2
confidence intervals.
data(dailyrainfall)
fit <- fmev(dailyrainfall)
return.levels.mev(fit)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.