All Projects → eurostat → econowcast

eurostat / econowcast

Licence: EUPL-1.1 license
Experimental tools (R) for Big Data econometrics nowcasting and early estimates

Programming Languages

Gnuplot
187 projects
r
7636 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to econowcast

armagarch
ARMA-GARCH
Stars: ✭ 59 (+126.92%)
Mutual labels:  econometrics
microprediction
If you can measure it, consider it predicted
Stars: ✭ 158 (+507.69%)
Mutual labels:  nowcasting
FixedEffectModel
Fixedeffectmodel: panel data modeling in Python
Stars: ✭ 47 (+80.77%)
Mutual labels:  econometrics
BeaData.jl
A Julia interface for retrieving data from the Bureau of Economic Analysis (BEA).
Stars: ✭ 17 (-34.62%)
Mutual labels:  econometrics
causeinfer
Machine learning based causal inference/uplift in Python
Stars: ✭ 45 (+73.08%)
Mutual labels:  econometrics
SyntheticControlMethods
A Python package for causal inference using Synthetic Controls
Stars: ✭ 90 (+246.15%)
Mutual labels:  econometrics
Microeconometrics.jl
Microeconometric estimation in Julia
Stars: ✭ 30 (+15.38%)
Mutual labels:  econometrics
bacondecomp
Bacon-Goodman decomposition for differences-in-differences with variation in treatment timing.
Stars: ✭ 36 (+38.46%)
Mutual labels:  econometrics
skillful nowcasting
Implementation of DeepMind's Deep Generative Model of Radar (DGMR) https://arxiv.org/abs/2104.00954
Stars: ✭ 117 (+350%)
Mutual labels:  nowcasting
priceR
Economics and Pricing in R
Stars: ✭ 32 (+23.08%)
Mutual labels:  econometrics
econtools
Econometrics and data manipulation functions.
Stars: ✭ 96 (+269.23%)
Mutual labels:  econometrics
Nowcasting
Nowcasting
Stars: ✭ 162 (+523.08%)
Mutual labels:  nowcasting
ImagesSequencesPredictions
雷达回波外推,ConvLSTM,训练模型并外推。
Stars: ✭ 59 (+126.92%)
Mutual labels:  nowcasting
hayashir
R Companion to the textbook "Econometrics" by Fumio Hayashi
Stars: ✭ 29 (+11.54%)
Mutual labels:  econometrics
grmpy
Python package for the simulation and estimation of generalized Roy model
Stars: ✭ 14 (-46.15%)
Mutual labels:  econometrics
FixedEffectjlr
R interface for Fixed Effect Models
Stars: ✭ 20 (-23.08%)
Mutual labels:  econometrics
Diebold-Mariano-Test
This Python function dm_test implements the Diebold-Mariano Test (1995) to statistically test forecast accuracy equivalence for 2 sets of predictions with modification suggested by Harvey et. al (1997).
Stars: ✭ 70 (+169.23%)
Mutual labels:  econometrics
gravity
R package that provides estimation methods for Gravity Models
Stars: ✭ 24 (-7.69%)
Mutual labels:  econometrics
Computational-Economics
Algorithmic game theory, recursive macroeconomics, machine learning for econometrics
Stars: ✭ 35 (+34.62%)
Mutual labels:  econometrics
ose-course-data-science
course on data science for economists
Stars: ✭ 81 (+211.54%)
Mutual labels:  econometrics

econowcast

Experimental tools for Big Data econometrics nowcasting and early estimates.

The code source files provided herein will enable you to reproduce the experiments on Big Data econometrics nowcasting and early estimates presented in Eurostat Handbook on Rapid Estimates (cite this source code or the reference's doi: 10.2785/488740). Further details are also available in the other associated working papers (see Kapetanios et al.'s publications below).

Description

The source code is organised in 4 distinct folders:

  • extract/: Methods for feature extraction of various Big Data sources to usable time-series for econometric modelling. The scripts enable to convert unstructured datasets into structured time-series for different types of Big Data sources, e.g.: Google searches (Google Trends, Google Correlates), social network activities (Twitter), mobile phone data, IoT sensors, etc...
  • filter/: Filtering techniques for high frequency data. It contains some signal extraction/decomposition techniques in order to remove seasonal, very high frequency periodicity and deterministic phenomena which are not relevant for nowcasting exercises. It covers in particular outliers' detection.
  • model/: Relevant econometric modelling techniques for Big Data have been identified and some implementations are made available. A particular attention is set ipon Bayesian ones, e.g. the possibility of using Bayesian panel VAR models, quantile regression model and expectile regression models for dealing with Big Data.
  • nowcast/: Modelling strategies for nowcasting/early estimates purposes taking into account various Big data characteristics have been elaborated. Scripts that operate some empirical test on possible timeliness gains when using Google Trends, other easily accessible big data and macroeconomic and financial variables are provided. Accuracy gains through improving the timeliness of the selected variables at the beginning, middle and end of the reference period together with the associated accuracy loss are also investigated.

The results presented in the various publications referred to below can be reproduced. For that purpose, the necessary raw (as well as the output data) are made available to the user in the data/ folder. Further (narrative) description of the various functions/scripts is also provided in this document, located in the docs/ folder, including the evaluation of the nowcasting/flash estimation techniques based on a big set of indicators.

About

authors Papailias F., Kapetanios G., Marcellino M. and Petrova K.
version 1.0
status since 2017 – closed
license EUPL (cite the source code or the reference above!)

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].