Description Usage Arguments Value
The cubic kernel
| 1 | cubic(d, bw)
 | 
| d | vector of distances to convert to weights | 
| bw | bandwidth of the kernel | 
vector of kernel weights, given by 1 - (7 * (d / bw)^2 - 8.75 * (d / bw)^3 + 3.5 * (d / bw)^5 - 0.75 * (d / bw)^7 if d < bw; otherwise 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.