Examples of Kernels:

Hypercube Function

The kernel is a kernel having value only within the hypercube centred in and having edge , the number of data in this hypercube () is:



Gaussian Kernel

One of the most common choices for a kernel.

Where:

  • : Gaussian pdf.
  • : vector of variables, this is a multivariate gaussian distribution
  • : mean
  • : variance


Dirac’s Window Function

Let us define:

Notice how:

  • If is big the function is a very smooth function, having small variation and representing a rectangle centered in high and total area equal to .
  • if is really small, , than is a Dirac’s Delta centered in .

NOTE: This is a useful example to understand how a different kernel can impact the quality of the estimate .