bpk {bpkde} | R Documentation |
Evaluate a d
dimensional back projected kernel.
bpk(X, bandwidths, a = 1.0, kernel = dnorm, ...)
X |
a numeric matrix of dimension |
bandwidths |
a list with elements |
a |
a single numeric value containing a common scaling parameter. |
kernel |
a function for evaluating the univariate kernel. |
... |
additional arguments are ignored. |
a numeric vector where element i contains the value of the kernel evaluated at row i of X
.
Kjell Konis kjell.konis@me.com