R/whiteKernExpandParam.R

whiteKernExpandParam <-
function (kern, params) {
  if ( is.list(params) )
    params <- params$values

  kern$variance <- params[1]	## linear domain param, i.e. the untransformed noise variance

  return (kern)
}

Try the gptk package in your browser

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

gptk documentation built on May 2, 2019, 3:27 p.m.