kernelC | R Documentation |
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)
x |
a numeric vector, representing one configuration |
y |
a numeric vector, representing one configuration |
theta |
a parameter of the DPP's kernel function |
tau |
a parameter of the DPP's kernel function |
kernelC(x,y,theta,tau)
returns the value of the 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.