da.mgp | R Documentation |
Data augmentation with a pseudo-marginal Markov chain Monte Carlo algorithm for multivariate generalized Pareto models
da.mgp(dat, mthresh, thresh, lambdau = 1, coord, start,
numiter = 40000L, burnin = 5000L, thin = 1L, verbose = 50L,
filename, keepburnin = TRUE, geoaniso = TRUE,
blockupsize = ncol(dat), likt = c("mgp", "pois", "binom"),
transform = FALSE, saveinterm = 500L, ...)
dat |
n by D matrix of observations |
mthresh |
vector of marginal thresholds under which data are censored |
thresh |
functional max threshold determining the risk region |
lambdau |
probability of exceedance of the threshold for censored observations |
coord |
matrix of coordinates, with longitude and latitude in the first two columns and additional covariates for the latent Gaussian model |
start |
named list with starting values for the parameters, with arguments:
If any of |
numiter |
number of iterations to be returned |
burnin |
number of initial parameters for adaptation and discarded values. |
thin |
thining parameter; only every |
verbose |
report current values via print every |
filename |
name of file for save. |
keepburnin |
logical; should initial runs during |
geoaniso |
logical; should geometric anisotropy be included? Default to |
blockupsize |
size of block for updates of the scale parameter; |
likt |
string indicating the type of likelihood, with an additional contribution for the non-exceeding components: one of |
saveinterm |
integer indicating when to save results. Default to |
... |
Arguments passed on to
|
a list with res
containing the results of the chain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.