Description Usage Arguments Details Value Author(s)
The un-normalized Gaussian kernel function: exp(-(abs(x/bw))^delta)/bw
1  | normkern(x, bw = 1, delta = 2L)
 | 
x | 
 places to evaluate kernel  | 
bw | 
 bandwidth values  | 
delta | 
 shape parameter for kernel  | 
The bandwidth parameter may be used in any way that makes sense in the above R expression. In particular, it may be a single value, for a constant bandwidth, or a vector, with each element corresponding the bandwidth of the kernel to be placed at each respective observation.
an object of the same type as x with the kernel evaluations
Grady Weyenberg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.