The function smoothes a series using the Baxter-King Filter method. It is included in the Smoothing group.
The Baxter-King filter is a method of time series smoothing that is a modification of the Hodrick-Prescott filter but it provides wider options for removing a cycle component from a time series.
After the method is applied, a series with the name of the Baxter-King Method(<Series_Name>) type and containing calculation results is added to the data table for each of the selected series. For example:
To set up calculation options, use the Parameters tab on the side panel.
Set method parameters:
Cycle Period. Specify values of upper and lower limits of cycle period.
Lead/Lag. Specify the range, at which the moving average is calculated.
Save to Calculated Series. Select the radio button the series name, which values will be contained in the output data series.
Values of lag, lead and cycle period limits are set in accordance with calendar frequency of the series. Default values:
Frequency | Lead/Lag | Lower value | Upper value |
Annual | 3 | 2 | 8 |
Semi-Annual | 6 | 3 | 16 |
Quarterly | 12 | 6 | 32 |
Monthly | 36 | 18 | 96 |
Weekly | 156 | 78 | 416 |
Daily (Five Days a Week) | 783 | 391,5 | 2088 |
Daily (Seven Days a Week) | 1095 | 547,5 | 2920 |
See also:
Calculation Methods | Smoothing |The Baxter-King Filter Method