All Projects → FRBNY-TimeSeriesAnalysis → Nowcasting

FRBNY-TimeSeriesAnalysis / Nowcasting

Licence: BSD-3-Clause license
Nowcasting

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Nowcasting

SolveDSGE.jl
A Julia package to solve DSGE models
Stars: ✭ 55 (-66.05%)
Mutual labels:  economics, macroeconomics
VFIToolkit-matlab
A Matlab Toolkit for Macroeconomic Models using Value Function Iteration
Stars: ✭ 59 (-63.58%)
Mutual labels:  economics, macroeconomics
ForestCoverChange
Detecting and Predicting Forest Cover Change in Pakistani Areas Using Remote Sensing Imagery
Stars: ✭ 23 (-85.8%)
Mutual labels:  forecasting
PatCit
Making Patent Citations Uncool Again
Stars: ✭ 84 (-48.15%)
Mutual labels:  economics
stock-market-forecasting
Stock market forecasting using the ARIMA model.
Stars: ✭ 32 (-80.25%)
Mutual labels:  forecasting
McMasterPandemic
SEIR+ model
Stars: ✭ 18 (-88.89%)
Mutual labels:  forecasting
Macro-with-Python
Macro with Python
Stars: ✭ 45 (-72.22%)
Mutual labels:  macroeconomics
query-selector
LONG-TERM SERIES FORECASTING WITH QUERYSELECTOR – EFFICIENT MODEL OF SPARSEATTENTION
Stars: ✭ 63 (-61.11%)
Mutual labels:  forecasting
mxfactorial
a payment application intended for deployment by the united states treasury
Stars: ✭ 36 (-77.78%)
Mutual labels:  economics
AutoTS
Automated Time Series Forecasting
Stars: ✭ 665 (+310.49%)
Mutual labels:  forecasting
hydrotools
Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Stars: ✭ 36 (-77.78%)
Mutual labels:  forecasting
forecastVeg
A Machine Learning Approach to Forecasting Remotely Sensed Vegetation Health in Python
Stars: ✭ 44 (-72.84%)
Mutual labels:  forecasting
wikirepo
Python based Wikidata framework for easy dataframe extraction
Stars: ✭ 33 (-79.63%)
Mutual labels:  economics
BeaData.jl
A Julia interface for retrieving data from the Bureau of Economic Analysis (BEA).
Stars: ✭ 17 (-89.51%)
Mutual labels:  economics
wattnet-fx-trading
WATTNet: Learning to Trade FX with Hierarchical Spatio-Temporal Representations of Highly Multivariate Time Series
Stars: ✭ 70 (-56.79%)
Mutual labels:  forecasting
ETDataset
The Electricity Transformer dataset is collected to support the further investigation on the long sequence forecasting problem.
Stars: ✭ 290 (+79.01%)
Mutual labels:  forecasting
housing-model
Agent-based model of the UK housing market.
Stars: ✭ 29 (-82.1%)
Mutual labels:  economics
edgar-crawler
Download financial reports from SEC's EDGAR. Extract clean textual data from specific item sections and bootstrap your financial NLP research. Software from the research paper published in ECONLP 2021.
Stars: ✭ 71 (-56.17%)
Mutual labels:  economics
py-ecomplexity
Python package to compute economic complexity and associated variables
Stars: ✭ 46 (-71.6%)
Mutual labels:  economics
sknifedatar
sknifedatar is a package that serves primarily as an extension to the modeltime 📦 ecosystem. In addition to some functionalities of spatial data and visualization.
Stars: ✭ 30 (-81.48%)
Mutual labels:  forecasting

Nowcasting

This code implements the nowcasting framework described in "Macroeconomic Nowcasting and Forecasting with Big Data" by Brandyn Bok, Daniele Caratelli, Domenico Giannone, Argia M. Sbordone, and Andrea Tambalotti, Staff Reports 830, Federal Reserve Bank of New York (prepared for Volume 10 of the Annual Review of Economics).

Note: These example files do not exactly reproduce the New York Fed Staff Nowcasting Report released every Friday because data redistribution restrictions prevent us from providing the complete data set used in our model.

Download instructions

Download the code as a ZIP file by clicking the green 'Clone or download' button and selecting 'Download ZIP'.

File and folder description

  • data/ : example US data downloaded from FRED
  • functions/ : functions for loading data, estimating model, and updating predictions
  • example_DFM.m : example script to estimate a dynamic factor model (DFM) for a panel of monthly and quarterly series
  • example_Nowcast.m : example script to produce a nowcast or forecast for a target variable, e.g., real GDP growth
  • ResDFM.mat : example DFM estimation output
  • Spec_US_example.xls : example model specification for the US

Required software and versioning

MATLAB is required to run the code. The code was tested in MATLAB R2015b and later versions. Functionality with earlier versions of MATLAB is not guaranteed.

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].