Description Usage Arguments Value See Also Examples
The generic function kernelfun
creates
a smoothing kernel function.
1 2 3 4 5 6 7 8 9 10 11 |
name |
character.
The name of the kernel to be used.
Authorized kernels are listed in |
derivative |
logical. If |
... |
Additional arguments to be passed to the kernel function. |
A function.
density
in package stats.
1 2 3 4 | kernel_properties("gaussian")
k <- kernelfun("epanechnikov")
curve(k(x), xlim = c(-1, 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.