Learn R Programming

BAREB (version 0.1.2)

updateC: Function to obtain the kernel matrix of the determinantal point process

Description

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.

Usage

updateC(Z,theta,tau)

Value

updateC(Z,theta,tau) returns the kernel matrix

Arguments

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

Author

Yuliang Li

See Also

update_RJ for a complete example for all functions in this package.

Examples

Run this code
  Z <- matrix(rnorm(15), nrow = 5)
  updateC(Z,1,1)

Run the code above in your browser using DataLab