-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCPI_Sweave_Template.tex
More file actions
108 lines (79 loc) · 9.61 KB
/
CPI_Sweave_Template.tex
File metadata and controls
108 lines (79 loc) · 9.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
\documentclass[12pt]{article} % the type of document and font size (default 10pt)
\usepackage[margin=1.0in]{geometry} % sets all margins to 1in, can be changed
\usepackage{moreverb} % for verbatimtabinput -- LaTeX environment
\usepackage{url} % for \url{} command
\usepackage{amssymb} % for many mathematical symbols
\usepackage[pdftex]{lscape} % for landscaped tables
\usepackage{longtable} % for tables that break over multiple pages
\usepackage{graphicx}
\title{Consumer Price Index Forecast with Demographic and Economic Leading Indicators} % to specify title
\author{Bob McPherson} % to specify author(s)
\usepackage{Sweave}
\begin{document} % document begins here
\input{CPI_Sweave_Template-concordance}
% If .nw file contains graphs: To specify that EPS/PDF graph files are to be
% saved to 'graphics' sub-folder
% NOTE: 'graphics' sub-folder must exist prior to Sweave step
%\SweaveOpts{prefix.string=graphics/plot}
% If .nw file contains graphs: to modify (shrink/enlarge} size of graphics
% file inserted
% NOTE: can be specified/modified before any graph chunk
\setkeys{Gin}{width=1.0\textwidth}
\maketitle % makes the title
%\tableofcontents % inserts TOC (section, sub-section, etc numbers and titles)
%\listoftables % inserts LOT (numbers and captions)
%\listoffigures % inserts LOF (numbers and captions)
% % NOTE: graph chunk must be wrapped with \begin{figure},
% % \end{figure}, and \caption{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Consumer Price Index Forecast Variables and Methods}
Following is a brief analysis, to forecast the Consumer Price Index, as a measure of inflation. It is not meant to be a comprehensive, broad treatment of the many variables that might affect inflation. Rather, the analysis focuses on some economic trends that have been in the news lately, and that are sometimes said to portend a possible increase in inflation. For example, the U.S. national debt to GDP has rarely been higher, and has caused great concern for many. Also, the rate of inflation has just begun to increase, after years of being at record lows. Lastly among economic variables, the velocity of money is sometimes said to be related to inflation, as well. This analysis examines these variables, and their combined relationship to inflation, as measured by CPI. The data in this study goes back to 1961, and extends through 2019.
In addition to the economic variables, demographic variables were also considered. As a proxy for age distributions, the number of births by year, and also the birth rate by year, were included along with the previously mentioned economic variables. It is well known that the population of the U.S. has been aging. As older, retired individuals tend to purchase fewer consumer goods, this has helped inflation to remain very low.
The difference between the number of people entering age 65, the standard retirement age, compared to those entering age 45, the age many reach their peak earnings growth potential, can provide a useful indicator as to the net impact of age demographics on inflation. This variable was also included in this analysis, to determine how demographic forces interact with the other key economic variables in this forecast.
\section{Arima Univariate Forecast of the Consumer Price Index}
Before examining the combined, multivariate impact of all the variables on changes in the Consumer Price Index, this section will perform a univariate analysis to create a forecast on nothing more than the CPI data alone. The method utilized is an auto-ARIMA, or automatic Auto Regressive Integrated Moving Average. This brief document will not go into the details as to how the ARIMA method works. However, perhaps it will suffice to say that it examines the following.
\begin{itemize}
\item Auto Regressive trends - the AR in ARIMA: measures a trends correlation to itself, such as with seasonality, or in the case of annual data, possible cyclicality
\item Integration - the I in ARIMA: measures the degree to which subracting each preceding time period's value removes the overall trend, also known as detrending.
\item Moving Average - the MA in ARIMA: measures the extent to which a trend can be explained by a moving average pattern
\end{itemize}
The auto.arima function in R estimates each of these ARIMA parameters, and uses them to calculate a forecast. The plot in Figure~\ref{fig:ArimaCPI} shows that this method estimates that the year to year trend in the CPI will be declining for the next five years, beginning in 2018.
As an ARIMA forecast is univariate, this method does not take into account any of the previously mentioned economic and demographic variables. It only assumes that past patterns in the trend of the CPI will continue. In the next section, we will evaluate the potential impact of the previously mentioned economic and demographic variables.
\begin{figure}[!ht]
\begin{center}
\includegraphics[width=\linewidth]{plots/CPI_arima.pdf}
\caption{Univariate ARIMA forecast of the Consumer Price Index}
\label{fig:ArimaCPI}
\end{center}
\end{figure}
\section{Multivariate Forecast with BVAR}
In this section, we produce a multivariate forecast of the CPI, utilizing the previously mentioned economic and demographic variables. Older methods of performing multivariate time series analysis involved searching for top correlations between the predictor variables, and the target variable we are trying to predict. It largely ignored the impact of predictor variables on each other. A newer method for accounting for these cross variable impacts, is called Bayesian Vector Auto Regression, or BVAR.
Figure~\ref{fig:BVARForecastCPI} shows a forecast of the CPI using the BVAR method. The black trend line to the right of the blue, dashed, vertical line, indicates the forecasted trend in the CPI for five years, after 2017. The forecast suggests that annual CPI will largely increase on the whole.
\begin{figure}[!ht]
\begin{center}
\includegraphics[width=\linewidth]{plots/CPI_forecast.pdf}
\caption{Forecast of the Consumer Price Index, utilizing predictor variables that are scaled, and pre-whitened - Bayesian Vector Auto Regression (BVAR)}
\label{fig:BVARForecastCPI}
\end{center}
\end{figure}
\section{Influencers}
Figure~\ref{fig:BVARInfluencersCPI} shows the top variables in the BVAR forecast model, as to their influence on each other. Recall that the BVAR method takes into account not only each variable's impact on the target variable, the CPI in this case, but also on each other. The BVAR also examines the relationships between the variables, adjusting for many possible lags of the data over time. This enables finding the variables that tend to be leading indicators. This is a form of causality analysis, which investigates whether the strongest relationship, akin to the concept of correlation, occurs when the movement of one variable, precedes a corresponding movement on the part of another.
We can see in Figure~\ref{fig:BVARInfluencersCPI} that all the predictor variables tend to be relatively strong influencers of the velocity of M2 money supply, as shown in the variable, m2\_velocity. (M2 money supply includes the cash and deposits represented by M1 money supply, plus what is known as near money, which includes such things as savings and money market accounts, and other cash deposits.) However, the predictor variables are not as strong as influencers of the Consumer Price Index. There may be other variables that are more predictive, and could increase forecast confidence.
It might be surprising to some, that the debt to GDP ratio does not appear as a more prominent influencer, given all the media attention the national debt has received. However, there have been other years in history that saw worse debt to GDP ratios, and it did not necessarily drive high inflation. Also, while some have suggested that the millenial generation may influence inflation upwards as they begin to set up households, and increase demand for all the goods and servies that go with that endeavor, it does not appear that this is a primary influencer of inflation this time around. It may be that the Baby Boomer generation is still a primary counter-acting factor.
Since the velocity of M2 money supply is so affected by the other predictor variables, it might be interesting to see how a forecast of M2 might be affected. It is easy to imagine how inflation, demographics, and debt factors would affect the velocity of money moving in and out of the highly liquid accounts represented by M2 money supply. It is not certain whether the direction of velocity would move upward or downward in such a forecast, however.
\begin{Schunk}
\begin{Soutput}
pdf
2
\end{Soutput}
\end{Schunk}
\begin{figure}[!ht]
\begin{center}
\includegraphics[width=\linewidth]{plots/CPI_barchart_not_whitened.pdf}
\caption{Main inflencers of the Consumer Price Index - Bayesian Vector Auto Regression (BVAR)}
\label{fig:BVARInfluencersCPI}
\end{center}
\end{figure}
\section{Summary}
This analysis examined the impact of some economic and demographic trends that have gotten attention in the media, as to their influence on the inflation. Many have predicted an increase in inflation, as a result of some of these trends. While no analysis can guarantee against such a collapse, and there are many other variables involved with market performance than these few, this analysis suggests that recent trends in these variables, when taken together, do indeed point to the possibility of increasing inflation.
\end{document}