Teaching Note 6

Analyzing the Business Environment

Time-Series Analysis

An Example: Forecasting GNP

To illustrate univariate economic forecasting, the most frequently used indicator of the economy, Gross National Product (GNP}, is used as an example.. GNP measures total value of goods and services produced annually. In Table 1 (below), are GNP data for the years 1960 - 1983, along with calculations needed to assess future values of GNP. Looking at the data, if a guess were made of GNP after 1983, an observer could reason that (1) GNP seems to be increasing and that (2) future GNP should be higher than that in 1983. There is an uneasiness about this guess, however, because the historical data also show that there are years for which GNP declines. These troughs are economic recessions. As illustrated in the graph, Figure 1, after GNP declines there is an upturn in GNP, indicating economic recovery. The ups and downs of GNP indicate cyclical variations in the economy that impact on business. Trying to forecast a cyclical economy with the available, simple linear regression model can result in problemsome predictions as straight line models do not accommodate the effects of business cycles.


Linear regression of the data does provide information about direction of GNP. A positive slope for GNP evidences a growing economy. A negative slope evidences a declining economy. More typically, we are interested in how the economy is doing for discrete periods of time. With our data one can be confident that the overall economy is not in decline, but still not rule out a pending cyclical recession. We would like to be able to extrapolate from the historical observations how past cyclical variations affect future GNP movements. This requires that we move from the simple straight line regression model.

Time-series analysis introduces techniques that permit us to investigate the cyclical movements of GNP. The data are analyzed to identify three type of components:

In the illustration of forecasting GNP, the time-series model is:

GNP = (trend value) + (cyclical component) + (irregular component)

Trend Component.- The trend component can be identified by simple linear regression. Figure 1 graphic illustrates the linear model to identify direction of the observed GNP.

Table 2. Five Year Moving Average: Cyclical Trend Analysis

YEAR

GNP

AVG

YEAR

GNP

AVG

YEAR

GNP

AVG

1960

737.2

-

1968

1058.1

1058.1

1976

1298.2

1316.9

1961

756.6

-

1968

1087.6

1087.6

1977

1369.7

1363.5

1962

800.3

800.6

1970

1085.6

1085.6

1978

1438.6

1412.2

1963

832.5

839.0

1971

1122.4

1122.4

1979

1479.4

1455.3

1964

976.4

884.7

1972

1185.9

1185.9

1980

1475.0

1478.4

1965

929.3

926.9

1973

1254.3

1254.3

1981

1513.8

1497.7

1966

984.8

972.0

1974

1246.3

1246.3

1982

1485.4

-

1967

1011.4

1014.2

1975

1231.6

1231.6

1983

1534.8

-

The trend component can be identified also by examining the moving average. If we were interested in determining if GNP in 1962 were above or below the trend, 1962 GNP could be compared with a 5 year average of 1960, 1961, 1962, 1963, and 1964. The AVERAGE = (737.2+756.6+800.3+832.5+876.4) ÷ 5 = 800.6. The ratio of 1962 to this average is 99.96, slightly below the 5 year trend. In Table 2 the 5 year moving average is calculated for 1962 - 1981. Note that the moving average cannot be calculated for 1960 and 1961 - longer periods lose more data points and shorter periods tend to be affected by the cyclical and irregular components. In Figure 2 the graph shows actual values of GNP compared with its moving trend values

Cyclical Component.- The cyclical component of time series data is patterns produced when subsequent observations are related to previous observations. This component can be illustrated by two simple analytic techniques:

(1) Examine in Table 1 the ratio of the linear model data (Col. 3) to the actual data (Col. 2). This ratio is calculated in Col. 4 and plotted in Figure 3, below.
(2) The trend component also can be demonstrated by examining regression residuals. Residuals are the difference between what a linear model predicts for GNP each year and actual GNP. Residuals are plotted in Figure 4, below.

The graphs are not identical because of the methods; but, both methods reveal underlying cyclical patterns in the GNP data.


Irregular Component.- In time series data, as is the case with all statistical analysis of data, there is error in fitting the data exactly. In time series the error is termed the irregular component. These are deviations in predictions of the data that cannot be explained by an analysis of trend and cyclical effects of the series.Figure 3. Plot of Ratio of Linear Estimate to Actual GNP:Cyclical Component

Econmetric Modeling

An Example: Klein's Model I of U.S. Economy

Econometric modeling is an advanced application of multivariate regression in which there are more than one independent variable. In this course we can only illustrate its application, as advanced techniques are required for solution. A model of an economy is constructed using several equations each representing a characteristic or factor that is assumed to influence economic behavior. Such a model is termed a simultaneous equation analysis because several equations are evaluated at the same time in the model. The model is more of a system of interdependent equations that are solved. Econometric models are usually characterized by:

Klein's Model I of the U.S. economy is a typical textbook illustration of econometric models. It models the U.S. economy in the period between the two World Wars as a system of 8 equations (all variables except Atime t are measured in billions of 1934 dollars):

Outcome (y) variables that are statistical relationships:

y1 : Aggregate Consumption, Ct. = a1Pt + a 2Pt-1 + a 3 Wt + e1
y2 : Net Investment, It = b1Pt + b2Pr-1 + b3Kt-1 + e2
y3 : Private Wage Bill, Wt* = c1E1 + c2 Et-1 + c3At + e3

Outcome (y) variables that are identities or defined by mathematic relationships:

y4 : Total Profits, Pt = Yt - Wt
y5: Total Income, Yt = Ct + It + Gt - Tt
y6 : End-of-Year Capital Stock, Kt = Kt-1 + It
y7 : Total Wage Bill, Wt = Wt* + Wt**
y8 : Total Production of Private Industry, Et = Yt + Tt - Wt**
Predetermined (x) variables are:
x1: Government Wage Bill, Wt**
x2: Taxes, Tt
x3: Government Non-Wage Expenditures, Gt
x4: Time in Years from 1931, At

The system of equations is used to estimate the 9 parameters: a1 , a2, a3 , b1 , b2, b3 , c1 , c2, c3