multivariate normal posterior parameters calculated by the Vecchia-Laplace approximation
Arguments
z
an array of real numbers representing observations
vecchia.approx
a vecchia object as generated by vecchia_specify()
likelihood_model
text describing likelihood model to be used for observations. Can be "gaussian","logistic", "poisson", "gamma", or "beta"
covparms
covariance parameters as a vector
covmodel
type of the model covariance or selected elements of the covariance matrix
likparms
likelihood parameters for the likelihood_model, as a list. Default values are sqrt(.1) for Gaussian noise and 2 for the alpha parameter for Gamma data.
max.iter
maximum iterations to perform
convg
convergence criteria. End iterations if the Newton step is this small
return_all
Return additional posterior covariance terms, TRUE or FALSE
y_init
Specify initial guess for posterior mode
prior_mean
specify the prior latent mean
verbose
if TRUE messages about the posterior estimation will be displayed