
Calculate negative marginal log likelihood of a Gaussian process regression model
Source:R/neg_log_likelihood.R
neg_log_likelihood.RdCalculate negative marginal log likelihood of a Gaussian process regression model
Arguments
- params
vectorof hyperparameters- x
numericvector of input data- xprime
numericvector of data points to predict- y
numericvector of values to learn from- covfun
functionspecifying the covariance function to use- noise
numericscalar denoting the noise variance to add to the (x, x) covariance matrix of observations. Defaults to0for no noise modelling- ...
arguments to be passed to methods