View source: R/CVBFFunctions.R
HallKernel | R Documentation |
Compute Hall Kernel density estimate, given a training set and a set of values to evaluate on
HallKernel(h, datagen2, x)
h |
Bandwidth parameter |
datagen2 |
Training set for Hall KDE |
x |
Value (or values) to evaluate KDE on. Can be a scalar, a matrix, or a vector. |
An object of the same dimension as x that evaluates a KDE trained on datagen2 on everyone of the points in x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.