T_x {lpcde} | R 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.
[Package lpcde version 0.1.6 Index]