gp.fit | R Documentation |
The function fit.gpd
is a wrapper around gp.fit
gp.fit(
xdat,
threshold,
method = c("Grimshaw", "auglag", "nlm", "optim", "ismev", "zs", "zhang"),
show = FALSE,
MCMC = NULL,
fpar = NULL,
warnSE = TRUE
)
xdat |
a numeric vector of data to be fitted. |
threshold |
the chosen threshold. |
method |
the method to be used. See Details. Can be abbreviated. |
show |
logical; if |
MCMC |
|
fpar |
a named list with fixed parameters, either |
warnSE |
logical; if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.