plot.evmOpt | R Documentation |
Various plots for evmOpt
objects. These differ depending on
whether or not there are covariates in the model. If there are no
covariates then the diagnostic plots are PP- and QQ-plots, a return
level plot (produced by plotrl.evmSim
) and a histogram of
the data with superimposed density estimate. These are all
calculated using the data on the original scale. If there are
covariates in the model then the diagnostics consist of PP- and QQ-
plots calculated by using the model residuals (which will be
standard exponential devaiates under the GPD model and standard
Gumbel deviates under the GEV model), and plots of residuals versus
fitted model parameters.
## S3 method for class 'evmOpt'
plot(
x,
main = rep(NULL, 4),
xlab = rep(NULL, 4),
nsim = 1000,
alpha = 0.05,
...
)
x |
an object of class |
main |
titles for diagnostic plots. Should be a vector of length 4, with values corresponding to the character strings to appear on the titles of the pp, qq, return level, and density estimate plots respectively. |
xlab |
As for |
nsim |
The number of replicates to be simulated to produce the simulated tolerance intervals. |
alpha |
A |
... |
FIXME |
The PP- and QQ-plots show simulated pointwise tolerance intervals.
The region is a 100(1 - \alpha)\%
region based
on nsim
simulated samples.
evm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.