A stochastic kernel is the transition function of a (usually discrete) stochastic process. Often, it is assumed to be iid, thus a probability density function
Examples
- The uniform kernel is 1 / 2 for - 1 < t < 1.
- The triangular kernel is 1 - | t | for - 1 < t < 1.
- The quartic kernel is 15 / 26(1 - t2)2 for - 1 < t < 1.
- The Epanechnikov kernel is 3 / 4(1 - t2) for - 1 < t < 1.
Often, the data is fitted to such a kernel by setting a window width h, considering only xi's in
and setting ti = (xi - x) / h.
Last updated: 05-09-2005 20:28:53