T_y: T_y matrix (Internal Function)

View source: R/matrices.R

T_yR 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.


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

Related to T_y in lpcde...