Description Usage Arguments Value Author(s)
Computes a discrete approximation of the kernel.
1 |
grid |
a list created by the |
kern.fun |
a function for evaluating the kernel. The first argument must be a matrix whose rows contain the points where the density is to be evaluated. See, for example, the |
... |
additional arguments are passed to |
grid.fun |
a function that returns the grid points where the kernel will be evaulated. |
scale |
a logical value. If |
a list with class kernel
contining the following elements.
axes |
a numeric matrix whose columns contain the grid points along each axis where the kernel was evaluated. |
z |
a numeric array containing the discrete representation of the kernel. |
dft |
a numeric array containing the discrete Fourier transform of the kernel |
kern.fun |
the name of |
params |
a list containing the pearameters passed to |
Kjell Konis kjell.konis@me.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.