normkernel {MEPDF} | R Documentation |
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
normkernel(c(1,1),H = diag(2))
[Package MEPDF version 3.0 Index]