QuantEcon/QuantEcon.jl

Feature request: standard econ filters/smoothers

Open

#131 创建于 2016年7月19日

在 GitHub 查看
 (15 评论) (0 反应) (0 负责人)Julia (300 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (495 star)
PR 合并指标
 (平均合并 1天 1小时) (30 天内合并 2 个 PR)

描述

I don't think there are any packages in Julia that implement nice versions of the standard filters used in econ, like the HP filter. See, e.g., time series filters here:

http://statsmodels.sourceforge.net/stable/tsa.html#time-series-filters

This is another important filter, for seasonal adjustment:

https://www.census.gov/srd/www/x13as/x13down_unix.html

In Python and R there are wrappers:

https://github.com/christophsax/seasonal http://statsmodels.sourceforge.net/devel/_modules/statsmodels/tsa/x13.html

but not Julia, as far as I know.

贡献者指南