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