lscale.lgm | R Documentation |
The scale has a log-Gaussian prior with variance lscale.tausq
and precision (the inverse of the correlation matrix)
given by lscale.precis
.
lscale.lgm(scale, shape, ldat, lscale.mu, lscale.precis, lscale.tausq,
mmax, discount = 1, maxstep = Inf)
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 |
lscale.mu |
mean of the log-Gaussian process for the scale |
lscale.precis |
precision matrix of the log-Gaussian process corresponding to the inverse of the correlation matrix |
lscale.tausq |
variance of the log-Gaussian process |
mmax |
vector of maximum of each series in |
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.