powered by
Interprets the results of a bivariate GPD model fitted using the bivariate POT method.
interpret.gpdbiv(out, x, y)
a gpdbiv object
gpdbiv
a scalar value greater than first threshold
a scalar value greater than second threshold
A vector of probabilities is invisibly returned, in printed order.
A simple interpretation of the fit in terms of exceedance probabilities for the point (x,y) is printed.
First marginal probabilities of exceeding the points x and y are calculated, and then joint and conditional probabilities.
gpdbiv, plot.gpdbiv
plot.gpdbiv
# NOT RUN { data(bmw) ; data(siemens) out <- gpdbiv(-bmw, -siemens, ne1 = 100, ne2 = 100) interpret.gpdbiv(out, 0.05, 0.05) # probabilities of 5% falls in BMW and Siemens stock prices # }
Run the code above in your browser using DataLab