QuantEcon/QuantEcon.jl

Feature request: standard econ filters/smoothers

Open

#131 ouverte le 19 juil. 2016

Voir sur GitHub
 (15 commentaires) (0 réactions) (0 assignés)Julia (300 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (495 stars)
Métriques de merge PR
 (Merge moyen 1j 1h) (2 PRs mergées en 30 j)

Description

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.

Guide contributeur