Description Usage Arguments Details Value
Apply a gaussian kernel to observations. For internal use.
1  | 
x | 
 the data on which the kernel will be applied. numeric or numeric vector.  | 
bandwidth | 
 the bandwidth of the kernel. numeric.  | 
power | 
 the power of the kernel. numeric.  | 
FUNCTION: 
This function corresponds to the following kernel :
\frac{1}{√[power]{2*pi*bandwidth^2}} *\exp(-(x/bandwidth)^power)
Setting power to 2 lead to use a gaussian kernel.
A numeric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.