kfunc | R Documentation |
Function to evaluate the matrix of data vector minus the grid points divided by the bandwidth value.
kfunc(ktype = "normal", difmat)
ktype |
A character string giving the type kernel to be used: " |
difmat |
A numeric matrix of sample data (X) minus evaluation points (x0) divided by bandwidth value (bw). |
Returns the matrix resulting from evaluating difmat
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.