pickands.plot | R Documentation |
This function displays the Pickands dependence function for bivariate and trivariate extreme values models.
pickands.plot(model, par, labels, cex.lab, contour, cex.cont)
model |
A string with the name of the model considered. Takes value |
par |
A vector representing the parameters of the model. |
labels |
A vector of character strings indicating the labels. Must be of length |
cex.lab |
A positive real indicating the size of the labels. |
contour |
A logical value; if |
cex.cont |
A positive real indicating the size of the contour labels. |
The Pickands dependence function is computed using the function index.ExtDep
with argument object="pickands"
.
When contours are displayed, levels are chosen to be the deciles.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
dExtDep
pickands.plot(model="HR", par=0.6)
## Not run:
pickands.plot(model="ET", par=c(0.6, 0.2, 0.5, 2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.