fitted
.## S3 method for class 'evd':
profile(fitted, which = names(fitted$estimate), conf = 0.999,
mesh = fitted$std.err[which]/2, xmin = rep(-Inf, length(which)),
xmax = rep(Inf, length(which)), convergence = FALSE, method = "BFGS",
control = list(maxit = 500), ...)
conf
, unless theoreticwhich
. The values represent the
distance between the points profiled. By default half the
standard errors are used. If the fitted object does not contain
standard errwhich
. Each value represents the theoretical
lower/upper bound of the corresponding parameter.
The arguments are typically needed only when a parameter has a
theoreticoptim
. See optim
for
details."profile.evd"
; a list with an element for
each parameter being profiled. The
elements are matrices. The first column contains the values
of the profiled parameter. The second column contains profile
deviances. The remaining columns contain the constrained maximum
likelihood estimates for the remaining model parameters.profile
, profile2d
,
profile2d.evd
uvdata <- rgev(100, loc = 0.13, scale = 1.1, shape = 0.2)
M1 <- fgev(uvdata)
M1P <- profile(M1)
pcint(M1P)
plot(M1P)
Run the code above in your browser using DataLab