bw_rot {lpcde}R Documentation

ROT Bandwidth selection

Description

Internal Function

Usage

bw_rot(y_data, x_data, y_grid, x, p, q, mu, nu, kernel_type, regularize)

Arguments

y_data

Numeric matrix/data frame, the raw data of independent.

x_data

Numeric matrix/data frame, the raw data of covariates.

y_grid

Numeric vector, the evaluation points.

x

Numeric, specifies the evaluation point(s) in the x-direction.

p

Integer, polynomial order.

q

Integer, polynomial order.

mu

Integer, order of derivative.

nu

Integer, order of derivative.

kernel_type

String, the kernel.

regularize

Boolean.

Value

bandwidth sequence


[Package lpcde version 0.1.6 Index]