logLikAdditiveFun: Log-Likelihood of a Additive Gaussian Process.

Description Usage Arguments Value Author(s) References See Also

View source: R/lineqGPlikelihoods.R

Description

Compute the negative log-likelihood of an Additive Gaussian Process.

Usage

1
2
3
4
5
6
7
logLikAdditiveFun(
  par = unlist(purrr::map(model$kernParam, "par")),
  model,
  parfixed = NULL,
  mcmc.opts = NULL,
  estim.varnoise = FALSE
)

Arguments

par

the values of the covariance parameters.

model

an object with "lineqAGP" S3 class.

parfixed

not used.

mcmc.opts

not used.

estim.varnoise

If true, a noise variance is estimated.

Value

The value of the negative log-likelihood.

Author(s)

A. F. Lopez-Lopera.

References

Rasmussen, C. E. and Williams, C. K. I. (2005), "Gaussian Processes for Machine Learning (Adaptive Computation and Machine Learning)". The MIT Press. [link]

See Also

logLikAdditiveGrad


lineqGPR documentation built on Jan. 11, 2020, 9:23 a.m.