Content deleted Content added
m WP:CHECKWIKI error fix. Section heading problem. Violates WP:MOSHEAD. |
Magioladitis (talk | contribs) m using AWB |
||
Line 1:
The '''Smoothing problem''' (not to be confused with [[smoothing]] in signal processing and other contexts) refers to [[Recursive Bayesian estimation]] also known as [[Bayes filter]] is the problem of [[density estimation|estimating]] an unknown [[probability density function]] recursively over time using incremental incoming measurements. It is one of the main problems defined by [[Norbert Wiener]]
<ref name="wiener-report">
.<ref name="wiener-book">Wiener, Norbert (1949). Extrapolation, Interpolation, and Smoothing of Stationary Time Series. New York: Wiley. ISBN 0-262-73005-7.</ref>
A '''smoother''' is an algorithm or implementation that implements a solution to such problem. Please refer to the article [[Recursive Bayesian estimation]] for more information.
Line 11 ⟶ 10:
==Example smoothers ==
Some variants include
Language: English
ISBN
ISBN
* Rauch–Tung–Striebel (RTS) smoother
Line 28 ⟶ 27:
Note that initially, the Wiener's filter was just a convolution, but the later developments were different: one was estimation and the other one was filter deisgn in the sense of design of a convolution filter. This is a source of confusion.
Both the smoothing problem (in sense of estimation) and the filtering problem (in sense of estimation) are often confused with smoothing and filtering in other contexts (especially non-stochastic signal processing, often a name of various types of convolution). These names are used in the context of World War 2 with problems framed by people like [[Norbert Wiener]]
The distinction is described in the following two senses:
Line 35 ⟶ 34:
2. Estimation: The '''smoothing problem''' (or Smoothing in the sense of '''estimation''') uses Bayesian and state-space models to estimate the hidden state variables. This is used in the context of World War 2 defined by people like Norbert Wiener, in (stochastic) control theory, radar, signal detection, tracking, etc. The most common use is the Kalman Smoother used with Kalman Filter, which is actually developed by Rauch. The procedure is called Kalman-Rauch recursion.
It is one of the main problems solved by [[Norbert Wiener]]
Most importantly, in the Filtering problem (sense 2) the information from observation up to the time of the current sample is used. In smoothing (also sense 2) all observation samples (from future) are used. Filtering is causal but smoothing is batch processing of the same problem, namely, estimation of a time-series process based on serial incremental observations.
But the usual and more common smoothing and filtering (in the sense of 1.) do not have such distinction because there is no distinction between hidden and observable.
Line 52 ⟶ 51:
* [[Smoothing (disambiguation)]]
* [[Smoothing problem]]
== See
* [[Generalized filtering]]
==References==
{{Reflist}}
[[Category:Bayesian estimation]]
|