Learn R Programming

MEPDF (version 3.0)

normkernel: normkernel

Description

Kernel function based on the Epanechnikov kernel.

Usage

normkernel(x,H)

Arguments

x

Evaluation point.

H

Positive-definite, symmetric matrix as bandwidth.

Examples

Run this code
# NOT RUN {
normkernel(c(1,1),H = diag(2))
# }

Run the code above in your browser using DataLab