LM1_DK: Sample local 1-moment of DK

Description Usage Arguments Value

View source: R/LocalMoments.R

Description

Returns the sample local 1-moment of the 1st order derivatives of the kernel function.

Usage

1
LM1_DK(x, h, type = "Gaussian", data)

Arguments

x

A vector or matrix containing the points at which the moment will be calculated.

h

A number specifying the bandwidth.

type

A character string specifying the used kernel function.

data

A data matrix containing in each column a data point.

Value

If x is a vector it returns the vector Q_n^{\otimes 1}(x). If x is a matrix it returns the matrix Q_n^{\otimes 1}(x_1), …, Q_n^{\otimes 1}(x_m), where x = [x_1, …, x_m].


Epsilon127/ldder documentation built on March 7, 2020, 7:47 a.m.