Skip to content

Commit

Permalink
Merge pull request #8 from camriddell/main
Browse files Browse the repository at this point in the history
Add CITATION.cff & REMARK.md metadata files
  • Loading branch information
dedwar65 authored Jul 25, 2024
2 parents 9f604c2 + 7918cc9 commit 16ac8e2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
cff-version: 1.2.0
message: If you use this software, please cite it as below.
authors:
- family-names: Edwards
given-names: Decory
#orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX"
- family-names: Carroll
given-names: Christopher
orcid: https://orcid.org/0000-0003-3732-9312
title: Beyond the streetlight
abstract: This repository provides an analysis of the trend in forecast errors made by the Tealbook/Greenbook(GB) and the Survey of Professional Forecasters(SPF) for measures of the unemployment rate and real growth in personal consumption expenditures from 1982 to 2017.
version: 1.0.4
date-released: 2023-11-06
references:
- type: article
authors:
- family-names: "Corrado"
given-names: "Carol"
#orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX"
- family-names: "Kennickell"
given-names: "Arthur"
#orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX"
title: "100 years of Economic Measurement in the Division of Research & Statistics: Beyond the streetlight"
date: 2023-10-24 # required
publisher: "R&S Centennial Conference"
repository-code: https://github.com/dedwar65/beyond-the-streetlight # required

tags:
- REMARK
- Notebook

keywords:
- Econ-ARK
- Greenbook
- Forecast errors
11 changes: 11 additions & 0 deletions REMARK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# Econ-ARK website fields
remark-name: beyond-the-streetlight
title-original-paper: "100 years of Economic Measurement in the Division of Research & Statistics: Beyond the streetlight"
notebooks:
- RS100_Discussion_Slides.ipynb
---

# Abstract

This repository provides an analysis of the trend in forecast errors made by the Tealbook/Greenbook(GB) and the Survey of Professional Forecasters(SPF) for measures of the unemployment rate and real growth in personal consumption expenditures from 1982 to 2017. The data on forecasts for unemployment and consumption made by the federal reserve (Tealbook/Greenbook) and the mean across private forcasters are provided by the Philidelphia Fed. Data on realized values of the forecasted variables are provided by the St. Louis Fed.

0 comments on commit 16ac8e2

Please sign in to comment.