There are an assortment of (vectorized) kernel functions located in the package.
Truncated Kernel: Kernel where \(1, |x|\leq 1\) and \(0\)
otherwise. If \(x=0/0\) then the value \(1\) is given.
Bartlett Kernel: Kernel where \(max(0,1-|x|), h\neq 0\). If
\(x=0/0\) then the value \(1\) is given.
Parzen Kernel: Kernel where \(1 - 6 * x^2 + 6 * |x|^3, |x|<=0.5\),
\( 2 * (1 - |x|)^3, 0.5<|x|<1\), and \(0, |x|>1\). If \(x=0/0\) then
the value \(1\) is given.
Tukey-Hanning Kernel: Kernel where \((1 + cos(\pi x) )/2, |x|<=1\)
and \(0, |x|>1\). If \(x=0/0\) then the value \(1\) is given.
Quadratic Spectral Kernel: Kernel where
\(\frac{25}{12\pi^2x^2} \left(\frac{sin(6\pi x/5)}{6\pi x/5} - cos(6\pi x/5) \right)\).
If \(x=0/0\) then the value \(1\) is given.
Daniell Kernel: Kernel where \(sin(pi * x) / (pi * x)*(1 + cos(pi*x)), abs(x)<=1\).
If \(x=0/0\) then the value \(1\) is given.
Flat-Top Kernel: Kernel where \(min(1, max(1.1-|x|,0)),|x|\leq 1\).
If \(x=0/0\) then the value \(1\) is given.