R/gptk_gpObjective.R

Defines functions .gpObjective

.gpObjective <-
function(params, model) {

  model = .gpExpandParam(model, params)
  f = - .gpLogLikelihood(model)

  return (f)
}

Try the robin package in your browser

Any scripts or data that you put into this service are public.

robin documentation built on June 24, 2024, 5:11 p.m.