shape.lgm | R Documentation |
The shape has aGaussian prior with variance shape.tausq
and precision (the inverse of the correlation matrix)
given by shape.precis
.
shape.lgm(scale, shape, ldat, shape.mu = NULL, shape.precis = NULL,
shape.tausq = NULL, mmax, lbound = -0.5, ubound = 0.5,
discount = 1, maxstep = 0.1)
scale |
vector of scale parameters for the generalized Pareto distribution |
shape |
vector of shape parameters for the generalized Pareto distribution |
ldat |
list with exceedances at each site |
shape.mu |
mean of the Gaussian process for the shape parameters |
shape.precis |
precision matrix of the Gaussian process corresponding to the inverse of the correlation matrix |
shape.tausq |
variance of the Gaussian process for the shape parameters |
mmax |
vector of maximum of each series in |
lbound |
lower bound if parameter is truncated below |
ubound |
upper bound if parameter is truncated above |
discount |
numeric giving the discount factor for the Newton Default to 1. |
maxstep |
maximum step size for the MCMC (proposal will be at most |
a vector of scale parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.