T_y {lpcde} | R Documentation |
T_y matrix (Internal Function)
Description
Constructing the Ty matrix as described in the supplemental appendix.
Usage
T_y(y_data, yp_data, p, kernel_type)
Arguments
y_data |
Vector of data points. |
p |
Polynomial order. |
kernel_type |
Type of kernel function. Currently only works with uniform kernel. |
Value
Matrix Ty.
[Package lpcde version 0.1.6 Index]