Compute the negative log-likelihood of a Gaussian Process.
logLikFun(
par = model$kernParam$par,
model,
parfixed = NULL,
mcmc.opts = NULL,
estim.varnoise = FALSE
)the values of the covariance parameters.
an object with "lineqGP" S3 class.
not used.
not used.
If true, a noise variance is estimated.
The value of the negative log-likelihood.
Rasmussen, C. E. and Williams, C. K. I. (2005), "Gaussian Processes for Machine Learning (Adaptive Computation and Machine Learning)". The MIT Press. [link]