gpdglmFit
fits empirical or simulated data to the distribution,
print
print method for a fitted GPD object of class ...,
plot
plot method for a fitted GPD object,
summary
summary method for a fitted GPD object,
gevglmprofPlot
profile log-likelihoods for return levels,
gevglmprofxiPlot
profile log-likelihoods for shape parameters. }rlargFit(x, r = dim(x)[2], y = NULL, mul = NULL, sigl = NULL,
shl = NULL, mulink = identity, siglink = identity, shlink = identity,
method = "Nelder-Mead", maxit = 10000, ...)
## S3 method for class 'rlargFit':
print(x, \dots)
## S3 method for class 'rlargFit':
plot(x, which = "all", \dots)
## S3 method for class 'rlargFit':
summary(object, doplot = TRUE, which = "all", \dots)
optim
for details).ydat
that contain covariates for generalized linear
modelling of the location, scale and shape parameters repectively
(or NULL
(the defau"rlargFit"
.r
order statistics are used for the fitted model.NULL
(the default) for stationary fitting).
The number of rows should be the same as the number of rows of
x
control
argument of
show
is
TRUE
, then assuming that successful convergence is
indicated, the components nllh
, mle
and se
are always printed.mul
, sigl
and shl
.optim
. A zero indicates successful convergence.n
order statistics. For non-stationary models
residual probability plots and residual quantile plots are
produced for the largest n
order statistics.ydat
should be
approximately centered and scaled).## SOURCE("fExtremes.54D-RlargFit")
## Use Venice Data:
data(venice)
## Fit for the order statistic model:
xmpExtremes("Start: Parameter Fit for Order Statistics Model > ")
fit = rlargFit(venice[, 2:4], r = 3)
fit
## Summarize Results:
xmpExtremes("Next: Diagnostic Analysis > ")
summary(fit)
Run the code above in your browser using DataLab