powered by
This function computes the cyclical component of the Hodrick-Prescot filter.
filter_hp(x, ...)
[univariate vector]
Univariate vector, numeric or ts object with only one dimension.
Further arguments passed to hpfilter.
hpfilter
select_lambda
# NOT RUN { unemp <- ggplot2::economics$unemploy unemp_cycle <- filter_hp(unemp, freq = select_lambda("monthly")) plotx(cbind(unemp, unemp_cycle)) # }
Run the code above in your browser using DataLab