filter_cf {transx} | R Documentation |
This function computes the cyclical component of the Christiano-Fitzgerald filter.
filter_cf(x, ...)
x |
Univariate vector, numeric or ts object with only one dimension. |
... |
Further arguments passed to |
unemp <- ggplot2::economics$unemploy
unemp_cycle <- filter_cf(unemp)
plotx(cbind(unemp, unemp_cycle))