Matern.logLik.aniso: Log likelihood function for anisotropic Matern GP

Description Usage Arguments Value

View source: R/Matern.logLik.aniso.R

Description

Log likelihood function for anisotropic Matern GP

Usage

1
2
3
4
5
6
Matern.logLik.aniso(
  pars = c(log(1.5), log(0.1), log(0.01), log(0.5), 0),
  grd,
  y,
  nu = 1
)

Arguments

pars

covariance parameters: range in x, Matern variance, white noise variance, range in y, and rotation angle

grd

a two columns matrix with the spatial locations of the data

y

the value of the response variable at the locations in grd

nu

a number > 0, the smoothness parameter

Value

the negative log likelihood


ashtonwiens/nonstationary documentation built on March 4, 2021, 12:49 a.m.