Kern.fun_Esc6: Kernel matrix Esc6

View source: R/dCovReg.R

Kern.fun_Esc6R Documentation

Kernel matrix Esc6

Description

This a wrapper for a C function that computes the Kernel matrix of Escanciano 2006.

Usage

Kern.fun_Esc6(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_Esc6(Z)

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