Introduction to Linear Regression Analysis. Douglas C. Montgomery

Чтение книги онлайн.

Читать онлайн книгу Introduction to Linear Regression Analysis - Douglas C. Montgomery страница 33

Introduction to Linear Regression Analysis - Douglas C. Montgomery

Скачать книгу

rel="nofollow" href="#fb3_img_img_aa2bb8d3-312c-5b4b-9202-67ae4fc35ada.gif" alt="in50-3"/> is computed using uncorrected sums of squares.

      There are alternative ways to define R2 for the no-intercept model. One possibility is

ueqn50-1

      However, in cases where in50-4 is large, in50-5 can be negative. We prefer to use MSRes as a basis of comparison between intercept and no-intercept regression models. A nice article on regression models with no intercept term is Hahn [1979].

      Example 2.8 The Shelf-Stocking Data

ueqn50-2

      Therefore, the fitted equation is

ueqn50-3

      We may also fit the intercept model to the data for comparative purposes. This results in

ueqn50-4

       TABLE 2.10 Shelf-Stocking Data for Example 2.8

Times, y (minutes) Cases Stocked, x
10.15 25
2.96 6
3.00 8
6.88 17
0.28 2
5.06 13
9.14 23
11.86 30
11.69 28
6.04 14
7.57 19
1.74 4
9.38 24
0.16 1
1.84 5
image image

      Figure 2.15 also shows the 95% confidence interval or E(y|x0) computed from Eq. (2.54) and the 95% prediction interval on a single future observation y0 at x = x0 computed from Eq. (2.55). Notice that the length of the confidence interval at x0 = 0 is zero.

      SAS handles the no-intercept case. For this situation, the model statement follows:

      model time = cases/noint

      The method of least squares can be used to estimate the parameters in a linear regression model regardless of the form of the distribution of the errors ε. Least squares produces best linear unbiased estimators of β0 and β1. Other statistical procedures, such as hypothesis testing and CI construction, assume that the errors are normally distributed. If the form of the distribution of the errors is known, an alternative method of parameter estimation, the method of maximum likelihood, can be used.

      Consider the data (yi, xi), i = 1, 2, …, n. If we assume that the errors in the regression model are NID(0, σ2), then the observations yi in this sample are normally and independently distributed random variables with mean β0 + β1xi and variance σ2. The likelihood function is found from the joint distribution of the observations. If we consider this joint distribution with the observations given and the parameters β0, β1, and σ2 unknown constants, we have the likelihood function. For the simple linear regression model with normal errors, the likelihood function is

      (2.56) image

      The maximum-likelihood estimators are the parameter values, say

Скачать книгу