R/gptk_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 robin package in your browser

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

robin documentation built on May 17, 2022, 1:07 a.m.