generated from dedwar65/SNB_Discussion
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from camriddell/main
Add CITATION.cff & REMARK.md metadata files
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |