updateC | R Documentation |
This function takes a matrix and two parameters of kernel function for the determinantal point process (DPP) and gives the kernel matrix for that DPP.
updateC(Z,theta,tau)
Z |
a matrix, whose rows stand for configurations of the DPP. |
theta |
a parameter of the DPP's kernel function |
tau |
a parameter of the DPP's kernel function |
updateC(Z,theta,tau)
returns the kernel matrix
Yuliang Li
update_RJ for a complete example for all functions in this package.
Z <- matrix(rnorm(15), nrow = 5)
updateC(Z,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.