Learn R Programming

MEPDF (version 3.0)

epakernel: epakernel

Description

Kernel function based on the normal distribution.

Usage

epakernel(x,H)

Arguments

x

Evaluation point.

H

Positive-definite, symmetric matrix as bandwidth.

Examples

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

Run the code above in your browser using DataLab