chiplot.fcm | R Documentation |
Plots the eFCM conditional exceedance probability \chi_h(u)
.
## S3 method for class 'fcm'
chiplot(
object,
h = NULL,
method = c("default", "hessian", "boot"),
ci = 0.95,
emp = TRUE,
which = c(1, 2),
...
)
chiplot(object, ...)
object |
An object of class |
h |
A positive numeric distance in kilometers. If |
method |
Character. Method for computing confidence intervals. One of |
ci |
Confidence level for interval estimation. |
emp |
Logical. Whether to add empirical chi estimates. |
which |
Integer vector of length 2. Locations to compute empirical chi. |
... |
Further arguments passed to base plotting functions (e.g., |
A (invisible) list containing chi estimates and confidence bounds:
Estimated chi values.
Lower confidence bounds (if applicable).
Upper confidence bounds (if applicable).
Empirical chi curve (if emp = TRUE
).
Distance used.
Castro-Camilo, D. and Huser, R. (2020). Local likelihood estimation of complex tail dependence structures, applied to US precipitation extremes. Journal of the American Statistical Association, 115(531), 1037–1054.
chi()
, Echi()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.