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