powered by
This function displays the Pickands dependence function for bivariate and trivariate extreme values models.
pickands.plot(model, par, labels, cex.lab, contour, cex.cont)
A string with the name of the model considered. Takes value "HR", "ET" or "EST".
"HR"
"ET"
"EST"
A vector representing the parameters of the model.
A vector of character strings indicating the labels. Must be of length \(1\) for bivariate models and \(3\) for trivariate models.
A positive real indicating the size of the labels.
A logical value; if TRUE the contour levels are displayed. Required for trivariate models only.
TRUE
A positive real indicating the size of the contour labels.
Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;
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.
index.ExtDep
object="pickands"
dExtDep
pickands.plot(model="HR", par=0.6) if (FALSE) { pickands.plot(model="ET", par=c(0.6, 0.2, 0.5, 2)) }
Run the code above in your browser using DataLab