Learn R Programming

GPvecchia (version 0.1.7)

vecchia_likelihood: evaluation of the likelihood

Description

evaluation of the likelihood

Usage

vecchia_likelihood(z, vecchia.approx, covparms, nuggets, covmodel = "matern")

Value

(multivariate normal) loglikelihood implied by the Vecchia approximation

Arguments

z

the observed data

vecchia.approx

a vecchia object as generated by vecchia_specify()

covparms

covariance parameters as a vector

nuggets

either a single (constant) nugget or a vector of nugget terms for the observations

covmodel

covariance model, 'matern' by default

Examples

Run this code
z=rnorm(5); locs=matrix(1:5,ncol=1); vecchia.approx=vecchia_specify(locs,m=3)
vecchia_likelihood(z,vecchia.approx,covparms=c(1,2,.5),nuggets=.2)

Run the code above in your browser using DataLab