D2K.Epan: 2nd derivative of the Epanechnikov Kernel

Description Usage Arguments Value

View source: R/Kernel.R

Description

This function is used inside the function D2K if type = "Epan".

Usage

1

Arguments

z

A matrix containing on which the kernel is evaluated. If it is a matrix each column is interpreted as a vector.

Value

If the input is a vector the vector D^{\otimes 2} K(z) will be returned. If it is a matrix a matrix D^{\otimes 2}K(z_1), …, D^{\otimes 2}K(z_m) will be returned, where z = [z_1, …, z_m].


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