Description Usage Arguments Value Author(s) References See Also Examples
View source: R/returnPeriods.R
The critical level corresponding to a given Kendall Return Period and a given Kendall distribution or its underlying copula.
1  | criticalLevel(kendallFun, KRP = c(100, 1000), mu = 1, copula)
 | 
kendallFun | 
 The Kendall distribution function.  | 
KRP | 
 The desired Kendall Return Period(s); the default are 100 and 1000.  | 
mu | 
 The recurrence of an event per time unit; the default is 1.  | 
copula | 
 The copula describing the dependencies between the investigated variables. Only necessary if   | 
A vector of the same length as KRP with the corresponding critical levels.
Benedikt Graeler
Salvadori, G., De Michele, C., and Durante, F.: On the return period and design in a multivariate framework, Hydrol. Earth Syst. Sci., 15, 3293-3305, doi:10.5194/hess-15-3293-2011, 2011.
kendallRP for the reverse direction: what is the Kendall Return Period for a given critical level?
1  | criticalLevel(getKendallDistr(frankCopula(.7)), KRP=c(10,100,1000))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.