Você está na página 1de 36

Chapter 13 Forecasting Causal Models and Regression Analysis

In a causal forecasting model, the forecast for the quantity of interest rides piggyback on another quantity or set of quantities. In other words, our knowledge of the value of one variable (or perhaps several variables) enables us to forecast the value of another variable. In this model, let y denote the true value of some variable of interest and ^ denote a predicted or forecast value for y that variable.

Then, in a causal model, ^ = f(x , x , y x )


1 2 n

where f is a forecasting rule, or function, and x1, x2 , xi , is a set of variables In this representation, the x variables are often called independent variables, whereas ^ is the variables, y dependent or response variable. variable. We either know the independent variables in advance or can forecast them more easily than ^ y. Then the independent variables will be used in the forecasting model to forecast the dependent variable.

Companies often find by looking at past performance that their monthly sales are directly related to the monthly GDP, and thus figure that a good forecast could be made using next month s GDP figure. The only problem is that this quantity is not known, or it may just be a forecast and thus not a truly independent variable. To use a causal forecasting model, requires two conditions: 1. There must be a relationship between values of the independent and dependent variables such that the former provides information about the latter.

2. The values for the independent variables must be known and available to the forecaster at the time the forecast is made. Simply because there is a mathematical relationship does not guarantee that there is really cause and effect. One commonly used approach in creating a causal forecasting model is called curve fitting. fitting.

CURVE FITTING: AN OIL COMPANY EXPANSION


Consider an oil company that is planning to expand its network of modern self-service selfgasoline stations.

The company plans to use traffic flow (measured in the average number of cars per hour) to forecast sales (measured in average dollar sales per hour). The firm has had five stations in operation for more than a year and has used historical data to calculate the following averages:

The averages are plotted in a scatter diagram.


$300.00

$250.00

$200.00 Sale s/hour ($)

$150.00

$100.00

$50.00

$0 50 100 Cars/hour 150 200 250

Now, these data will be used to construct a function that will be used to forecast sales at any proposed location by measuring the traffic flow at that location and plugging its value into the constructed function. Least Squares Fits The method of least squares is a formal procedure for curve fitting. It is a twotwostep process. 1. Select a specific functional form (e.g., a straight line or quadratic curve). 2. Within the set of functions specified in step 1, choose the specific function that minimizes the sum of the squared deviations between the data points and the function values.

To demonstrate the process, consider the salessalestraffic flow example. 1. Assume a straight line; that is, functions of bx. the form y = a + bx. 2. Draw the line in the scatter diagram and indicate the deviations between observed points and the function as di . For example, d1 = y1 [a +bx1] = 220 [a + 150b] +bx where y1 = actual sales/hr at location 1 x1 = actual traffic flow at location 1 a = y-axis intercept for the function b = slope for the function

$300.00

$250.00

d3 d1 d5 d4 d2 y = a + bx

$200.00 Sale s/hour ($)

$150.00

$100.00

$50.00

$0 50 100 Cars/hour 150 200

x 250

The value d12 is one measure of how close the +bx value of the function [a +bx1] is to the observed value, y1; that is it indicates how well the function fits at this one point.

One measure of how well the function fits overall is the sum of the squared deviations:

7 di2 i=1
Consider a general model with n as opposed to five observations. Since each di = yi (a +bxi), +bx the sum of the squared deviations can be written as: n +bx 7 (yi [a +bxi])2
i=1

Using the method of least squares, select a and b so as to minimize the sum in the equation above.

Now, take the partial derivative of the sum with respect to a and set the resulting expression equal to zero. 2(y 7 -2(yi i=1
n

[a +bxi]) = 0 +bx

A second equation is derived by following the same procedure with b.

7 -2xi (yi i=1

[a +bxi]) = 0 +bx

Recall that the values for xi and yi are the observations, and our goal is to find the values of a and b that satisfy these two equations.

The solution is: b= xiyi - 1 7 n i=1 xi2 - 1 7 n i=1


n n n

7 xi 7 yi i=1 i=1 7 xi i=1 7 xi i=1 7 yi i=1


n n n

1 a= n

7 yi i=1
n

-b1 n

The next step is to determine the values for:

7 xi i=1

7 xi2 i=1

7 xiyi i=1

Note that these quantities depend only on observed data and can be found with simple arithmetic operations or automatically using Excel s predefined functions.

Using Excel, click on Tools

Data Analysis

In the resulting dialog, choose Regression. Regression.

In the Regression dialog, enter the Y-range and X-range.

Choose to place the output in a new worksheet called Results

Select Residual Plots and Normal Probability Plots to be created along with the output.

Click OK to produce the following results:

Intercept) 1) Note that a (Intercept) and b (X Variable 1) are 0.92997, reported as 57.104 and 0.92997, respectively.

To add the resulting least squares line, first click on the worksheet Chart 1 which contains the original scatter plot. Next, click on the data series so that they are highlighted and then choose Add Trendline from the Chart pull-down menu. pull-

Choose Linear Trend in the resulting dialog and click OK. OK.

A linear trend is fit to the data:


$300.00

$250.00

$200.00 Sale s/hour ($)

Series1 $150.00 Linear (Series1)

$100.00

$50.00

$0 50 100 Cars/hour 150 200 250

One of the other summary output values that is given in Excel is: R Square = 69.4% This is a goodness of fit measure which represents the R2 statistic discussed in introductory statistics classes. R2 ranges in value from 0 to 1 and gives an indication of how much of the total variation in Y from its mean is explained by the new trend line. In fact, there are three different sums of errors: TSS (Total Sum of Squares) ESS (Error Sum of Squares) RSS (Regression Sum of Squares)

The basic relationship between them is: TSS = ESS + RSS They are defined as follows: TSS = ESS =

7 (Yi i=1 7 (Yi i=1


n i=1 n

Y )2 ^ 2 Yi ) Y )2

^ RSS = 7 (Yi

Essentially, the ESS is the amount of variation that can t be explained by the regression. The RSS quantity is effectively the amount of the original, total variation (TSS) that could be (TSS) removed using the regression line.

R2 is defined as:

R2

RSS = TSS

If the regression line fits perfectly, then ESS = 0 and RSS = TSS, resulting in R2 = 1. TSS, 1. In this example, R2 = .694 which means that approximately 70% of the variation in the Y values is explained by the one explanatory variable (X), cars per hour. (X

Now, returning to the original question: Should we build a station at Buffalo Grove where traffic is 183 cars/hour? The best guess at what the corresponding sales volume would be is found by placing this X value into the new regression equation: ^ y = a + b * x

Sales/hour = 57.104 + 0.92997 * (183 cars/hour) = $227.29

However, it would be nice to be able to state a 95% confidence interval around this best guess.

We can get the information to do this from Excel s Summary Output. Output. Excel reports that the standard error (Se) is (S 44.18. 44.18. This quantity represents the amount of scatter in the actual data around the regression line. The formula for Se is: Where n is the number of data points (e.g., 5) and k is the number of independent variables (e.g., 1).

Se =

7 (Yi i=1
n

^ 2 Yi )

k -1

This equation is equivalent to:

ESS n k -1

Once we know Se and based on the normal distribution, we can state that We have 68% confidence that the actual value of sales/hour is within + 1 Se of the predicted value ($277.29). ($277.29). We have 95% confidence that the actual value of sales/hour is within + 2 Se of the predicted value ($277.29). ($277.29). The 95% confidence interval is: 2(44.18); 2(44.18)] [277.29 2(44.18); 227.29 + 2(44.18)] [$138.93; $315.65] $138.93; $315.65]

Another value of interest in the Summary report is the t-statistic for the X variable and its associated values.

The t-statistic is 2.61 and the P-value is 0.0798. 0.0798. A P-value less than 0.05 represents that we have at least 95% confidence that the slope parameter (b) is statistically significantly than 0 (zero). A slope of 0 results in a flat trend line and indicates no relationship between Y and X. The 95% confidence limit for b is [-0.205; 2.064] [-0.205; 2.064] Thus, we can t exclude the possibility that the true value of b might be 0.

Also given in the Summary report is the F significance. Since there is only one independent variable, the F significance is identical to the P-value for the t-statistic.

In the case of more than one X variable, the F significance tests the hypothesis that all the X variable parameters as a group are statistically significantly different than zero.

Concerning multiple regression models, as you add other X variables, the R2 statistic will always increase, meaning the RSS has increased. In this case, the Adjusted R2 statistic is a reliable indicator of the true goodness of fit because it compensates for the reduction in the ESS due to the addition of more independent variables. Thus, it may report a decreased adjusted R2 value even though R2 has increased, unless the improvement in RSS is more than compensated for by the addition of the new independent variables.

WHICH CURVE TO FIT?


If, for example, a quadratic function fits better than a linear function, why not choose a more general form, thereby getting an even better fit? In practice, functions of the form (with only a single independent variable for illustrative purposes) are often suggested: y = a0 + a1x + a2x2 + + anxn Such a function is called a polynomial of degree n, and it represents a broad and flexible class of functions. n=2 quadratic n=3 cubic n=4 quartic

One must proceed with caution when fitting data with a polynomial function. For example, it is possible to find a (k 1)-degree (k polynomial that will perfectly fit k data points. To be more specific, suppose we have seven historical observations, denoted (xi , yi), i = 1, 2, , 7 It is possible to find a sixth-degree polynomial sixthy = a0 + a1x + a2x2 + + a6x6 that exactly passes through each of these seven data points.

A perfect fit gives zero for the sum of squared deviations. However, this is deceptive, for it does not imply much about the predictive value of the model for use in future forecasting.

Despite the perfect fit of the polynomial function, the forecast is very inaccurate. The linear fit might provide more realistic forecasts. Also, note that the polynomial fit has hazardous extrapolation properties (i.e., the polynomial blows up at its extremes).

Reliability and Validity


Does the model make intuitive sense? Is the model easy to understand and interpret? Are the coefficients statistically significant (p-values less than .05)? Are the signs associated with the coefficients as expected? Does the model predict values that are reasonably close to the actual values? Is the model sufficiently sound (high R2, low standard error, etc.)?

Correlation Coefficient and Coefficient of Determination


r! n X iYi  X i Yi [ n X  ( X i ) ][ Yi  ( Yi ) ]
2 i 2 2 2

Coefficient of determination = r2.

Correlation coefficient = r. Where: Yi = dependent variable. Xi = independent variable. n = number of observations.

Correlation Coefficient and Coefficient of Determination

Summary: Causal Forecasting Models


The goal of causal forecasting model is to develop the best statistical relationship between a dependent variable and one or more independent variables. The most common model approach used in practice is regression analysis. Only linear regression models are examined in this course. In causal forecasting models, when one tries to predict a dependent variable using a single independent variable, it is called a simple regression model. When one uses more than one independent variable to forecast the dependent variable, it is called a multiple regression model.

Você também pode gostar