2018issue C0742-45
Constructing a Finite Impulse Response Filter compared with Exponential smoothing
A Finite Impulse Response Filter depends on a finite window of samples and then drops them from the average. This editorial sets that Lowpass filter construction beside Exponential smoothing so lookback, lag, and retained history can be read as designed choices.
- A Finite Impulse Response Filter depends on a finite window of input samples and drops those samples from the average once they leave that window.
- Exponential smoothing uses a closed-form update that mixes the latest close with the previous average, and an exponential moving average is presented as an infinite impulse response construction because it retains earlier data.
- A Lowpass filter isolates the lower-frequency trend, after which a highpass residual is obtained by subtracting that filtered series from the original data.
- Filter lag is the number of observations by which a smoother trails its input, and smoothing reduces excess variability while still aiming to represent the underlying trend.
Editorial framing
This TradersWeek editorial teaches the construction of a finite-horizon smoother as an explicit signal-processing choice. The Finite Impulse Response Filter is treated as a Lowpass filter that can be compared, term by term, with Exponential smoothing, so a reader can see how lookback, lag, and retained history are designed.
Finite impulse response construction
A Finite Impulse Response Filter is constructed so that its output depends on a finite window of input samples and then drops those samples from the average once they leave that window. A simple moving average is presented as an example of a finite impulse response construction.
Exponential smoothing construction
An exponential moving average is presented as an infinite impulse response construction because it retains earlier data through recursive averaging rather than discarding it after a fixed lookback. Exponential smoothing is constructed with a closed-form update that weights the latest close by k and the previous average by one minus k, where k equals two divided by the period count plus one.
Lowpass construction
A Lowpass filter construction is defined as the complementary operation used to isolate lower-frequency trend before a highpass residual is obtained by subtracting that filtered series from the original data.
Lag and smoothing
Filter lag is defined as the number of observations by which a constructed smoother, such as a moving average, trails its input series. Smoothing is defined as a construction that reduces excess variability while still aiming to represent the underlying trend in the input series.
All readings on this track · 9 readings
- 1991Constructing a coincident moving average as a lowpass filter
- 1994Centering a dual lowpass bandpass on a counted cycle
- 1997Zero-lag cycle filters can fail on a price series
- 2002Constructing zero-lag finite-impulse-response and exponential smoothers
- 2010Constructing cycle versus trend mode filters
- 2010Constructing a trend filter as a low-frequency model
- 2015Whitened lowpass filters for trend and countertrend
- 2016Building Nyquist-safe lowpass trend filters
- 2018Constructing a Finite Impulse Response Filter compared with Exponential smoothing