fst | R Documentation |
Compute the Fidelity, Smoothness and Timeliness (FST) criteria
fst(weights, lags, passband = pi/6)
weights |
either a |
lags |
Lags of the moving average (when |
passband |
Passband threshold for timeliness criterion. |
The values of the 3 criteria, the gain and phase of the associated filter.
Grun-Rehomme, Michel, Fabien Guggemos, and Dominique Ladiray (2018). “Asymmetric Moving Averages Minimizing Phase Shift”. In: Handbook on Seasonal Adjustment.
filter <- lp_filter(horizon = 6, kernel = "Henderson", endpoints = "LC")
fst(filter[, "q=0"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.