powered by
This function take two configurations x and y, two parameters of the kernel function and returns its kernel function value.
kernelC(x,y,theta,tau)
kernelC(x,y,theta,tau) returns the value of the kernel function
a numeric vector, representing one configuration
a parameter of the DPP's kernel function
Yuliang Li
update_RJ for a complete example for all functions in this package.
x <- rnorm(5) y <- rnorm(5) + 1 kernelC(x,y,1,1)
Run the code above in your browser using DataLab