Skip to content

Commit f539393

Browse files
committed
Post version 3 of recession paper
1 parent 3b4beea commit f539393

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/papers/17.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Early and Accurate Recession Detection Using Classifiers on the Anticipation-Precision Frontier"
3-
date: 2025-07-02
3+
date: 2025-07-07
44
url: /17/
55
aliases:
66
- /tags/anticipation-precision-frontier/
@@ -26,7 +26,7 @@ editPost:
2626

2727
##### Abstract
2828

29-
This paper develops a new method for detecting US recessions in real time. The method constructs millions of recession classifiers by combining unemployment and vacancy data to reduce detection noise. Classifiers are then selected to avoid both false negatives (missed recessions) and false positives (nonexistent recessions). The selected classifiers are therefore perfect, in that they identify all 15 historical recessions in the 1929–2021 training period without any false positives. By further selecting classifiers that lie on the high-precision segment of the anticipation-precision frontier, the method optimizes early detection without sacrificing precision. On average, over 1929–2021, the classifier ensemble signals recessions 2.2 months after their true onset, with a standard deviation of detection errors of 1.9 months. Applied to May 2025 data, the classifier ensemble gives a 71% probability that the US economy is currently in recession. A placebo test and backtests confirm the algorithm's reliability. Algorithms trained on limited historical windows continue to detect all subsequent out-of-sample recessions without errors. Furthermore, they all detect the Great Recession by mid-2008—even when they are only trained on data up to 1984 or 1964. The classifier ensembles trained on 1929–2004, 1929–1984, and 1929–1964 data give a current recession probability of 58%, 83%, and 25%, respectively.
29+
This paper develops a new algorithm for detecting US recessions in real time. The algorithm constructs millions of recession classifiers by combining unemployment and vacancy data to reduce detection noise. Classifiers are then selected to avoid both false negatives (missed recessions) and false positives (nonexistent recessions). The selected classifiers are therefore perfect, in that they identify all 15 historical recessions in the 1929–2021 training period without any false positives. By further selecting classifiers that lie on the high-precision segment of the anticipation-precision frontier, the algorithm optimizes early detection without sacrificing precision. On average, over 1929–2021, the classifier ensemble signals recessions 2.2 months after their true onset, with a standard deviation of detection errors of 1.9 months. Applied to May 2025 data, the classifier ensemble gives a 71% probability that the US economy is currently in recession. A placebo test and backtests confirm the algorithm's reliability. The classifier ensembles trained on 1929–2004, 1929–1984, and 1929–1964 data in backtests give a current recession probability of 58%, 83%, and 25%, respectively.
3030

3131
---
3232

@@ -46,14 +46,14 @@ This paper develops a new method for detecting US recessions in real time. The m
4646

4747
##### Citation
4848

49-
Michaillat, Pascal. 2025. "Early and Accurate Recession Detection Using Classifiers on the Anticipation-Precision Frontier." arXiv:2506.09664v2. https://doi.org/10.48550/arXiv.2506.09664.
49+
Michaillat, Pascal. 2025. "Early and Accurate Recession Detection Using Classifiers on the Anticipation-Precision Frontier." arXiv:2506.09664v3. https://doi.org/10.48550/arXiv.2506.09664.
5050

5151
```latex
5252
@techreport{M25,
5353
author = {Pascal Michaillat},
5454
year = {2025},
5555
title = {Early and Accurate Recession Detection Using Classifiers on the Anticipation-Precision Frontier},
56-
number = {arXiv:2506.09664v2},
56+
number = {arXiv:2506.09664v3},
5757
url = {https://doi.org/10.48550/arXiv.2506.09664}}
5858
```
5959

static/17.pdf

-134 KB
Binary file not shown.

0 commit comments

Comments
 (0)