Kern.fun_DL: Kernel matrix DL

View source: R/dCovReg.R

Kern.fun_DLR Documentation

Kernel matrix DL

Description

This is a wrapper for a C function that computes the Kernel matrix of Dominguez & Lobato 2004.

Usage

Kern.fun_DL(Z)

Arguments

Z

n by pz matrix of instruments Z

Value

n by n kernel matrix

Examples

set.seed(12); Z = rnorm(5); Z=cbind(Z,abs(Z))
Kern.fun_DL(Z)

estsyawo/bayesprdopt documentation built on April 2, 2024, 2:18 p.m.