Whittaker–Henderson Smoothing
   HOME

TheInfoList



OR:

Whittaker–Henderson smoothing or Whittaker–Henderson graduation is a
digital filter In signal processing, a digital filter is a system that performs mathematical operations on a Sampling (signal processing), sampled, discrete-time signal to reduce or enhance certain aspects of that signal. This is in contrast to the other ma ...
that can be applied to a set of digital data points for the purpose of smoothing the data, that is, to increase the precision of the data without distorting the signal tendency. It was first introduced by
Georg Bohlmann Georg Bohlmann (23 April 1869 – 25 April 1928) was a German mathematician who specialized in probability theory and actuarial mathematics. Life and career Georg Bohlmann went to school in Berlin and Leipzig and took his ''Abitur'' at the ''W ...
(for order 1). E.T. Whittaker independently proposed the same idea in 1923 (for order 3). Robert Henderson contributed to the topic by his two publications in 1924 and 1925. Whittaker–Henderson smoothing can be seen as P-Splines of degree 0. The special case of order 2 also goes under the name
Hodrick–Prescott filter The Hodrick–Prescott filter (also known as Hodrick–Prescott decomposition) is a mathematical tool used in macroeconomics, especially in real business cycle theory, to remove the cyclical component of a time series from raw data. It is used to o ...
.


Mathematical Formulation

For a signal y_i, i=1, \ldots, n, of equidistant steps, e.g. a
time series In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. ...
with constant intervals, the Whittaker–Henderson smoothing of order p is the solution to the following penalized least squares problem: : \hat = \operatorname_ \sum_^n (y_i - x_i)^2 + \lambda \sum_^ (\Delta^p x_i)^2 \,, with penalty parameter \lambda and difference operator \Delta: : \begin \Delta x_i &= x_ - x_i \\ \Delta^2 x_i &= \Delta(\Delta x_i) = x_ - 2 x_ + x_i \end and so on. For \lambda \rightarrow \infty, the solution converges to a polynomial of degree p-1. For \lambda \rightarrow 0, the solution converges to the observations y. The Whittaker-Henderson method is very similar to modern
Smoothing spline Smoothing splines are function estimates, \hat f(x), obtained from a set of noisy observations y_i of the target f(x_i), in order to balance a measure of goodness of fit of \hat f(x_i) to y_i with a derivative based measure of the smoothness of ...
methods; the latter use derivatives rather than differences of the smoothed values in the penalty term.


Properties

* Reversing y just reverses the solution \hat. * The first p moments of the data are preserved, i.e., the j-th momentum \sum_i y_i^j = \sum_i \hat_i^j for j=0\ldots p. * Polynomials of degree p-1 are unaffected by the smoothing.


Binomial Data

Henderson formulates the smoothing problem for binomial data, using the logarithm of binomial probabilities in place of the error sum-of-squares, : \log Q = \sum_x \left\ where E_x is the number of binary observations made at x; q_x is the probability that the event of interest is realized, and \theta_x is the number of instances in which the event is realized. Henderson applies the logistic transformation to the probabilities q_x for the penalty term, : \lambda_x = \log \frac; \mbox y=\sum_x \left ( \Delta^3 \lambda_x \right )^2. Then, Henderson places an ''a priori'' probability on a set of graduated values, : \log P = f(y) for a decreasing function f(y) (f(y) = -y for the usual quadratic penalty). Henderson's penalized criterion is : \log P + \log Q, which is a modification of the Whittaker-Henderson smoothing criterion for binomial data.


Further reading

* *
Frederick Macaulay Frederick Robertson Macaulay (August 12, 1882 – March 1970) was a Canadian economist of the Institutionalist School. He is known for introducing the concept of bond duration. Macaulay's contributions also include a mammoth empirical study ...
(1931).
The Whittaker-Henderson Method of Graduation.
Chapter VI of ''The Smoothing of Time Series'' *


References

Signal processing filter {{Math-stub