which
) are currently provided:
two conditional P-P plots (conditioning on each margin),
a density plot and a dependence function plot.
Plot diagnostics for the generalized extreme value margins
(selectable by mar
and which
) are also available.## S3 method for class 'bvevd':
plot(x, mar = 0, which = 1:4, main = c("Conditional Plot One",
"Conditional Plot Two", "Density Plot", "Dependence Function"),
ask = nb.fig < length(which) && dev.interactive(), ci = TRUE,
jitter = FALSE, grid = 50, nplty = 2, blty = 3, method = "cfg",
convex = FALSE, wf = function(t) t, ...)
"bvevd"
.mar = 1
or mar = 2
diagnostics
are given for the first or second genereralized extreme
value margin respectively. The values of the remaining
parameters are then passed to the plot method
1:4
.TRUE
, the user is asked before
each plot.TRUE
(the default), plot simulated
95% confidence intervals for the conditional P-P plots.grid^2
points. If jitter
is TRUE
, tabvnonpar
for a definition of thppoints
and $c_i$ is the $i$th largest
value from the sample
${G(z_{j1}|z_{j2}), j = 1,\ldots,m}.$
The margins are reversed for Conditional Plot One, so that
$G(.|.)$ is the conditional distribution of the second
margin given the first.plot.gev
, contour
,
jitter
, abvnonpar
bvdata <- rbvevd(100, dep = 0.6, model = "log")
M1 <- fbvevd(bvdata, model = "log")
par(mfrow = c(2,2))
plot(M1)
plot(M1, mar = 1)
plot(M1, mar = 2)
Run the code above in your browser using DataLab