Description Usage Arguments Details See Also Examples
Provides a number of plots summarising a bivariate GPD model fitted using the bivariate POT method. See the examples below.
| 1 2 | 
| x | a  | 
| extend | optional argument expressing how far x-axis should extend as a multiple of the largest data value. | 
| n.contours | number of contours in bivariate contour plots | 
| ... | other graphics parameters | 
Option 1 plots the threshold exceedance data; option 2 plots contours of the fitted bivariate distribution function in the joint upper tail (above both thresholds); option 3 plots corresponding contours of the fitted joint survival function; plots 4 and 5 show the fitted tails of the marginal distributions.
gpd, gpdbiv,
tailplot, interpret.gpdbiv,
plot.gpd
| 1 2 3 4 5 6 7 8 9 10 | data(bmw) ; data(siemens)
out <- gpdbiv(-bmw, -siemens, ne1 = 100, ne2 = 100) 
## Not run: plot(out)
 
## Not run: Make a plot selection (or 0 to exit): 
## Not run: 1: plot: Exceedance data
## Not run: 2: plot: Contours of Bivariate Distribution Function
## Not run: 3: plot: Contours of Bivariate Survival Function 
## Not run: 4: plot: Tail of Marginal 1 
## Not run: 5: plot: Tail of Marginal 2 
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.