logo.gif The source for online courses
in statistics
 ÖÐÎÄ Course Login
Home > Resources > Glossary

Statistical Glossary

Gaussian Filter:

The Gaussian filter is a linear filter that is usually used as a smoother . The output of the gaussian filter at the moment Math image is the weighted mean of the input values, and the weights are defined by formula

where
  • Math image is the "distance" in time from the current moment;

  • Math image is the parameter of the Gaussian filter;

  • Math image is the normalization constant chosen to make the sum of all weights equal to the unit value.

If you plot the values of Math image against Math image , then the plot coincides with the famous bell-like curve describing the density of the gaussian distribution . This explains the word "gaussian" in the name of the filter.

The gaussian filter is completely defined by a single parameter Math image . The greater the value of Math image , the wider the window function Math image , and, hence, the greater the degree of smoothing.

The gaussian filter provides better suppression of higher frequencies than the rectangular filter and the triangular filter .

Besides the one-dimensional gaussian filter described above, there are extensions to the case of two dimensions, say, Math image . Such two-dimensional gaussian filters are widely used in image processing .

See also the short course Time Series Forecasting .

Browse Other Glossary Entries