which
) are currently provided:
two conditional P-P plots (1,2), conditioning on each margin, a
density plot (3), a dependence function plot (4), a quantile
curves plot (5) and a spectral density plot (6).
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:6, main, ask = nb.fig <
length(which) && dev.interactive(), ci = TRUE, cilwd = 1,
grid = 50, legend = TRUE, nplty = 2, blty = 3, method = "cfg",
convex = FALSE, rev = FALSE, p = seq(0.75, 0.95, 0.05),
mint = 1, half = FALSE, ...)
"bvevd"
.mar = 1
or mar = 2
diagnostics
are given for the first or second genereralized extreme
value margin respectively.1:6
selecting
the plots to be shown. By default all are plotted.which
.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.legend
is TRUE
and if the
fitted data contained a third column of mode logical
,
then a legend is included in the density and quantile curve
plots.abvnonpar
for a description of tnplty
is the line type of the non-parametric estimate.
To omit the non-parametric estimate set nplty
to zero.
blty
is the line type of the triangular border. Tqcbvnonpar
for a description of the plot and
the arguments.hbvevd
.ppoints
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.uvevd
, contour
,
jitter
, abvnonpar
,
qcbvnonpar
bvdata <- rbvevd(100, dep = 0.6, model = "log")
M1 <- fbvevd(bvdata, model = "log")
par(mfrow = c(2,2))
plot(M1, which = 1:5)
plot(M1, mar = 1)
plot(M1, mar = 2)
Run the code above in your browser using DataLab