T_x: T_x matrix (Internal Function)

View source: R/matrices.R

T_xR Documentation

T_x matrix (Internal Function)

Description

Constructing the Tx matrix as described in the supplemental appendix.

Usage

T_x(x_data, eval_pt, q, h, kernel_type)

Arguments

x_data

Data of covariates.

eval_pt

Evaluation point.

q

Polynomial order for covariates.

h

Bandwidth.

kernel_type

Type of kernel function.

Value

Matrix.


lpcde documentation built on April 3, 2025, 10:09 p.m.

Related to T_x in lpcde...