R/polynomial.kernel.R

Defines functions polynomial.kernel

polynomial.kernel <-
function(x, xi = 6L)
{
  kernel <- (1 + tcrossprod(x)) ^ xi
  kernel
}

Try the lmeVarComp package in your browser

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

lmeVarComp documentation built on May 2, 2019, 8:55 a.m.