profile.evd
and
profile2d.evd
.## S3 method for class 'profile2d.evd':
plot(x, main = NULL,
ci = c(0.5, 0.8, 0.9, 0.95, 0.975, 0.99, 0.995),
col = heat.colors(8), intpts = 75, xaxs = "r", yaxs = "r", ...)
"profile2d.evd"
.col
. The colours of the image plot,
excluding the background colour, represent confidence sets
with confidence coefficients ci
(but see Warning).rainbow
, heat.colors
, topo.colors
,
terrain.colors
or similar functions.intpts
points
for each parameter. The function is interpolated at
intpts^2
points in total.par
).
The default, "r"
, overrides the default set by
image
.image
.ci
, because
the usual asymptotic properties of maximum likelihood estimators
may not hold.
For the GEV model, the usual asymptotic properties hold when the
shape parameter is greater than $-0.5$ (Smith, 1985).
Fortunately, this is usually the case.plot.profile.evd
, profile.evd
,
profile2d.evd
uvdata <- rgev(100, loc = 0.13, scale = 1.1, shape = 0.2)
M1 <- fgev(uvdata)
M1P <- profile(M1)
M1JP <- profile2d(M1, M1P, which = c("scale", "shape"))
plot(M1JP)
Run the code above in your browser using DataLab