Gauss–Markov theorem#Strict exogeneity

{{Short description|Theorem related to ordinary least squares}}

{{distinguish|Gauss–Markov process}}

{{Redirect|BLUE|queue management algorithm|Blue (queue management algorithm)|the color|Blue}}

{{Regression bar}}

In statistics, the Gauss–Markov theorem (or simply Gauss theorem for some authors)See chapter 7 of {{cite book|author1=Johnson, R.A.|author2=Wichern, D.W.|year=2002|title=Applied multivariate statistical analysis|volume=5|publisher=Prentice hall}} states that the ordinary least squares (OLS) estimator has the lowest sampling variance within the class of linear unbiased estimators, if the errors in the linear regression model are uncorrelated, have equal variances and expectation value of zero.{{cite book |first=Henri |last=Theil |author-link=Henri Theil |chapter=Best Linear Unbiased Estimation and Prediction |title=Principles of Econometrics |url=https://archive.org/details/principlesofecon0000thei |url-access=registration |location=New York |publisher=John Wiley & Sons |year=1971 |pages=[https://archive.org/details/principlesofecon0000thei/page/119 119]–124 |isbn=0-471-85845-5 }} The errors do not need to be normal, nor do they need to be independent and identically distributed (only uncorrelated with mean zero and homoscedastic with finite variance). The requirement that the estimator be unbiased cannot be dropped, since biased estimators exist with lower variance. See, for example, the James–Stein estimator (which also drops linearity), ridge regression, or simply any degenerate estimator.

The theorem was named after Carl Friedrich Gauss and Andrey Markov, although Gauss' work significantly predates Markov's.{{cite journal |first=R. L. |last=Plackett |author-link=Robin Plackett |title=A Historical Note on the Method of Least Squares |journal=Biometrika |volume=36 |issue=3/4 |year=1949 |pages=458–460 |doi=10.2307/2332682 }} But while Gauss derived the result under the assumption of independence and normality, Markov reduced the assumptions to the form stated above.{{cite journal |first=F. N. |last=David |first2=J. |last2=Neyman |title=Extension of the Markoff theorem on least squares |journal=Statistical Research Memoirs |year=1938 |volume=2 |pages=105–116 |oclc=4025782 }} A further generalization to non-spherical errors was given by Alexander Aitken.

Scalar case statement

Suppose we are given two random variable vectors, X \text{, } Y \in \mathbb{R}^k and that we want to find the best linear estimator of Y given X, using the best linear estimator

\hat Y = \alpha X + \mu

Where the parameters \alpha and \mu are both real numbers.

Such an estimator \hat Y would have the same mean and standard deviation as Y, that is, \mu _{\hat Y} = \mu _{Y} , \sigma _{\hat Y} = \sigma _{Y}.

Therefore, if the vector X has respective mean and standard deviation \mu _x , \sigma _x , the best linear estimator would be

\hat Y = \sigma _y \frac{(X - \mu _x )}{ \sigma _x } + \mu _y

since \hat Y has the same mean and standard deviation as Y.

Statement

Suppose we have, in matrix notation, the linear relationship

: y = X \beta + \varepsilon,\quad (y,\varepsilon \in \mathbb{R}^n, \beta \in \mathbb{R}^K \text{ and } X\in\mathbb{R}^{n\times K})

expanding to,

: y_i=\sum_{j=1}^{K}\beta_j X_{ij}+\varepsilon_i \quad \forall i=1,2,\ldots,n

where \beta_j are non-random but unobservable parameters, X_{ij} are non-random and observable (called the "explanatory variables"), \varepsilon_i are random, and so y_i are random. The random variables \varepsilon_i are called the "disturbance", "noise" or simply "error" (will be contrasted with "residual" later in the article; see errors and residuals in statistics). Note that to include a constant in the model above, one can choose to introduce the constant as a variable \beta_{K+1} with a newly introduced last column of X being unity i.e., X_{i(K+1)} = 1 for all i . Note that though y_i, as sample responses, are observable, the following statements and arguments including assumptions, proofs and the others assume under the only condition of knowing X_{ij}, but not y_i.

The Gauss–Markov assumptions concern the set of error random variables, \varepsilon_i:

  • They have mean zero: \operatorname{E}[\varepsilon_i]=0.
  • They are homoscedastic, that is all have the same finite variance: \operatorname{Var}(\varepsilon_i)= \sigma^2 < \infty for all i and
  • Distinct error terms are uncorrelated: \text{Cov}(\varepsilon_i,\varepsilon_j) = 0, \forall i \neq j.

A linear estimator of \beta_j is a linear combination

:\widehat\beta_j = c_{1j}y_1+\cdots+c_{nj}y_n

in which the coefficients c_{ij} are not allowed to depend on the underlying coefficients \beta_j, since those are not observable, but are allowed to depend on the values X_{ij} , since these data are observable. (The dependence of the coefficients on each X_{ij} is typically nonlinear; the estimator is linear in each y_i and hence in each random \varepsilon, which is why this is "linear" regression.) The estimator is said to be unbiased if and only if

:\operatorname{E}\left [\widehat\beta_j \right ]=\beta_j

regardless of the values of X_{ij} . Now, let \sum_{j=1}^K\lambda_j\beta_j be some linear combination of the coefficients. Then the mean squared error of the corresponding estimation is

:\operatorname{E} \left [\left (\sum_{j=1}^K\lambda_j \left(\widehat\beta_j-\beta_j \right ) \right)^2\right ],

in other words, it is the expectation of the square of the weighted sum (across parameters) of the differences between the estimators and the corresponding parameters to be estimated. (Since we are considering the case in which all the parameter estimates are unbiased, this mean squared error is the same as the variance of the linear combination.) The best linear unbiased estimator (BLUE) of the vector \beta of parameters \beta_j is one with the smallest mean squared error for every vector \lambda of linear combination parameters. This is equivalent to the condition that

:\operatorname{Var}\left(\widetilde\beta\right)- \operatorname{Var} \left( \widehat \beta \right)

is a positive semi-definite matrix for every other linear unbiased estimator \widetilde\beta.

The ordinary least squares estimator (OLS) is the function

:\widehat\beta=(X^\operatorname{T}X)^{-1}X^\operatorname{T}y

of y and X (where X^\operatorname{T} denotes the transpose of X ) that minimizes the sum of squares of residuals (misprediction amounts):

:\sum_{i=1}^n \left(y_i-\widehat{y}_i\right)^2=\sum_{i=1}^n \left(y_i-\sum_{j=1}^K \widehat\beta_j X_{ij}\right)^2.

The theorem now states that the OLS estimator is a best linear unbiased estimator (BLUE).

The main idea of the proof is that the least-squares estimator is uncorrelated with every linear unbiased estimator of zero, i.e., with every linear combination a_1y_1+\cdots+a_ny_n whose coefficients do not depend upon the unobservable \beta but whose expected value is always zero.

= Remark =

Proof that the OLS indeed minimizes the sum of squares of residuals may proceed as follows with a calculation of the Hessian matrix and showing that it is positive definite.

The MSE function we want to minimize is

f(\beta_0,\beta_1,\dots,\beta_p) = \sum_{i=1}^n (y_i-\beta_0-\beta_1x_{i1}-\dots-\beta_px_{ip})^2

for a multiple regression model with p variables. The first derivative is

\begin{aligned}

\frac{d}{d\boldsymbol{\beta}}f &= -2X^\operatorname{T} \left(\mathbf{y}-X\boldsymbol{\beta}\right)\\

&=-2\begin{bmatrix}

\sum_{i=1}^{n} (y_i - \dots - \beta_px_{ip})\\

\sum_{i=1}^nx_{i1} (y_i-\dots-\beta_px_{ip})\\

\vdots\\

\sum_{i=1}^nx_{ip} (y_i-\dots-\beta_px_{ip})

\end{bmatrix}\\

&= \mathbf{0}_{p+1},

\end{aligned}

where X^\operatorname{T} is the design matrix

X=\begin{bmatrix}

1 & x_{11} & \cdots & x_{1p}\\

1 & x_{21} & \cdots & x_{2p}\\

&&\vdots\\

1 & x_{n1} & \cdots & x_{np}

\end{bmatrix}\in \R^{n\times(p+1)}; \qquad n\geq p+1

The Hessian matrix of second derivatives is

\mathcal{H} = 2\begin{bmatrix}

n & \sum_{i=1}^n x_{i1} & \cdots & \sum_{i=1}^n x_{ip} \\

\sum_{i=1}^n x_{i1}& \sum_{i=1}^n x_{i1}^2 & \cdots & \sum_{i=1}^nx_{i1}x_{ip}\\

\vdots & \vdots &\ddots & \vdots \\

\sum_{i=1}^n x_{ip} & \sum_{i=1}^n x_{ip}x_{i1}& \cdots & \sum_{i=1}^n x_{ip}^2

\end{bmatrix} = 2X^\operatorname{T}X

Assuming the columns of X are linearly independent so that X^\operatorname{T} X is invertible, let X=\begin{bmatrix}\mathbf{v_1}& \mathbf{v_2}& \cdots & \mathbf{v}_{p+1}\end{bmatrix}, then

k_1\mathbf{v_1} + \dots + k_{p+1} \mathbf{v}_{p+1} = \mathbf 0\iff k_1= \dots =k_{p+1}=0

Now let \mathbf{k} = (k_1,\dots,k_{p+1})^T \in \R^{(p+1)\times 1} be an eigenvector of \mathcal{H}.

\mathbf{k} \ne \mathbf{0} \implies \left(k_1\mathbf{v_1}+\dots+k_{p+1}\mathbf{v}_{p+1}\right)^2 > 0

In terms of vector multiplication, this means

\begin{bmatrix} k_1 & \cdots & k_{p+1} \end{bmatrix}

\begin{bmatrix}\mathbf{v_1} \\ \vdots \\ \mathbf{v}_{p+1}\end{bmatrix}

\begin{bmatrix}\mathbf{v_1} & \cdots & \mathbf{v}_{p+1}\end{bmatrix}

\begin{bmatrix}k_1 \\ \vdots\\ k_{p+1}\end{bmatrix}

= \mathbf{k}^\operatorname{T}\mathcal{H}\mathbf{k} = \lambda \mathbf{k}^\operatorname{T}\mathbf{k}>0

where \lambda is the eigenvalue corresponding to \mathbf{k}. Moreover,

\mathbf{k}^\operatorname{T}\mathbf{k} = \sum_{i=1}^{p+1}k_i^2 > 0 \implies \lambda > 0

Finally, as eigenvector \mathbf{k} was arbitrary, it means all eigenvalues of \mathcal{H} are positive, therefore \mathcal{H} is positive definite. Thus,

\boldsymbol{\beta} = \left(X^\operatorname{T}X\right)^{-1}X^\operatorname{T}Y

is indeed a global minimum.

Or, just see that for all vectors \mathbf{v}, \mathbf{v}^\operatorname{T} X^\operatorname{T} X \mathbf{v} = \|\mathbf{X}\mathbf{v}\|^2 \ge 0 . So the Hessian is positive definite if full rank.

Proof

Let \tilde\beta = Cy be another linear estimator of \beta with C = (X^\operatorname{T}X)^{-1}X^\operatorname{T} + D where D is a K \times n non-zero matrix. As we're restricting to unbiased estimators, minimum mean squared error implies minimum variance. The goal is therefore to show that such an estimator has a variance no smaller than that of \widehat\beta, the OLS estimator. We calculate:

:

\begin{align}

\operatorname{E} \left[ \tilde\beta \right] &= \operatorname{E}[Cy] \\

&= \operatorname{E} \left [\left ((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D \right )(X\beta + \varepsilon) \right ]\\

&= \left ((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D \right )X\beta + \left ((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D \right ) \operatorname{E}[\varepsilon] \\

&= \left ((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D \right )X\beta && \operatorname{E}[\varepsilon] =0 \\

&= (X^\operatorname{T}X)^{-1}X^\operatorname{T}X\beta + DX\beta \\

&= (I_K + DX)\beta. \\

\end{align}

Therefore, since \beta is unobservable, \tilde\beta is unbiased if and only if DX = 0 . Then:

:

\begin{align}

\operatorname{Var}\left(\tilde\beta\right) &= \operatorname{Var}(Cy) \\

&= C \text{ Var}(y)C^\operatorname{T} \\

&= \sigma^2 CC^\operatorname{T} \\

&= \sigma^2 \left ((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D \right ) \left (X(X^\operatorname{T}X)^{-1} + D^\operatorname{T} \right ) \\

&= \sigma^2 \left ((X^\operatorname{T}X)^{-1}X^\operatorname{T}X(X^\operatorname{T}X)^{-1} + (X^\operatorname{T}X)^{-1}X^\operatorname{T}D^\operatorname{T} + DX(X^\operatorname{T}X)^{-1} + DD^\operatorname{T} \right) \\

&= \sigma^2(X^\operatorname{T}X)^{-1} + \sigma^2(X^\operatorname{T}X)^{-1} (DX)^\operatorname{T} + \sigma^2 DX (X^\operatorname{T}X)^{-1} + \sigma^2DD^\operatorname{T} \\

&= \sigma^2(X^\operatorname{T}X)^{-1}+ \sigma^2DD^\operatorname{T} && DX =0 \\

&= \operatorname{Var}\left(\widehat\beta\right) + \sigma^2DD^\operatorname{T} && \sigma^2(X^\operatorname{T}X)^{-1} = \operatorname{Var}\left(\widehat\beta\right)

\end{align}

Since DD^\operatorname{T} is a positive semidefinite matrix, \operatorname{Var}\left( \tilde \beta \right) exceeds \operatorname{Var}\left(\widehat\beta\right) by a positive semidefinite matrix.

=Remarks on the proof=

As it has been stated before, the condition of \operatorname{Var} \left( \tilde \beta \right)- \operatorname{Var} \left(\widehat\beta\right) is a positive semidefinite matrix is equivalent to the property that the best linear unbiased estimator of \ell^\operatorname{T}\beta is \ell^\operatorname{T}\widehat\beta (best in the sense that it has minimum variance). To see this, let \ell^\operatorname{T}\tilde\beta another linear unbiased estimator of \ell^\operatorname{T}\beta .

:

\begin{align}

\operatorname{Var}\left(\ell^\operatorname{T}\tilde\beta\right) &= \ell^\operatorname{T} \operatorname{Var} \left(\tilde\beta\right) \ell \\

&=\sigma^2 \ell^\operatorname{T} (X^\operatorname{T}X)^{-1}\ell+\ell^\operatorname{T}DD^\operatorname{T}\ell \\

&= \operatorname{Var}\left(\ell^\operatorname{T}\widehat\beta\right)+(D^\operatorname{T}\ell)^\operatorname{T}(D^\operatorname{T}\ell) && \sigma^2 \ell^\operatorname{T} (X^\operatorname{T}X)^{-1}\ell = \operatorname{Var}\left(\ell^\operatorname{T}\widehat\beta\right) \\

&= \operatorname{Var}\left(\ell^\operatorname{T}\widehat\beta\right) +\|D^\operatorname{T}\ell\|\\

& \geq \operatorname{Var}\left(\ell^\operatorname{T}\widehat\beta\right)

\end{align}

Moreover, equality holds if and only if D^\operatorname{T}\ell=0 . We calculate

:

\begin{align}

\ell^\operatorname{T}\tilde\beta &= \ell^\operatorname{T} \left (((X^\operatorname{T}X)^{-1}X^\operatorname{T} + D) Y \right ) && \text{ from above}\\

&= \ell^\operatorname{T}(X^\operatorname{T}X)^{-1}X^\operatorname{T}Y + \ell^\operatorname{T}DY \\

&= \ell^\operatorname{T}\widehat\beta +(D^\operatorname{T}\ell)^\operatorname{T} Y \\

&=\ell^\operatorname{T}\widehat\beta && D^\operatorname{T}\ell = 0

\end{align}

This proves that the equality holds if and only if \ell^\operatorname{T}\tilde\beta=\ell^\operatorname{T}\widehat\beta which gives the uniqueness of the OLS estimator as a BLUE.

Generalized least squares estimator

The generalized least squares (GLS), developed by Aitken,{{cite journal |first=A. C. |last=Aitken |title=On Least Squares and Linear Combinations of Observations |journal=Proceedings of the Royal Society of Edinburgh |year=1935 |volume=55 |pages=42–48 |doi=10.1017/S0370164600014346 }} extends the Gauss–Markov theorem to the case where the error vector has a non-scalar covariance matrix.{{cite book |first=David S. |last=Huang |title=Regression and Econometric Methods |location=New York |publisher=John Wiley & Sons |year=1970 |isbn=0-471-41754-8 |pages=[https://archive.org/details/regressioneconom0000huan/page/127 127]–147 |url=https://archive.org/details/regressioneconom0000huan |url-access=registration }} The Aitken estimator is also a BLUE.

Gauss–Markov theorem as stated in econometrics

In most treatments of OLS, the regressors (parameters of interest) in the design matrix \mathbf{X} are assumed to be fixed in repeated samples. This assumption is considered inappropriate for a predominantly nonexperimental science like econometrics.{{cite book |first=Fumio |last=Hayashi |author-link=Fumio Hayashi |title=Econometrics |publisher=Princeton University Press |year=2000 |isbn=0-691-01018-8 |page=13 |url=https://books.google.com/books?id=QyIW8WUIyzcC&pg=PA13 }} Instead, the assumptions of the Gauss–Markov theorem are stated conditional on \mathbf{X}.

=Linearity=

The dependent variable is assumed to be a linear function of the variables specified in the model. The specification must be linear in its parameters. This does not mean that there must be a linear relationship between the independent and dependent variables. The independent variables can take non-linear forms as long as the parameters are linear. The equation y = \beta_{0} + \beta_{1} x^2, qualifies as linear while y = \beta_{0} + \beta_{1}^2 x can be transformed to be linear by replacing \beta_{1}^2 by another parameter, say \gamma. An equation with a parameter dependent on an independent variable does not qualify as linear, for example y = \beta_{0} + \beta_{1}(x) \cdot x, where \beta_{1}(x) is a function of x.

Data transformations are often used to convert an equation into a linear form. For example, the Cobb–Douglas function—often used in economics—is nonlinear:

:Y = A L^\alpha K^{1 - \alpha} e^\varepsilon

But it can be expressed in linear form by taking the natural logarithm of both sides:{{cite book |first=A. A. |last=Walters |title=An Introduction to Econometrics |location=New York |publisher=W. W. Norton |year=1970 |isbn=0-393-09931-8 |page=275 }}

: \ln Y=\ln A + \alpha \ln L + (1 - \alpha) \ln K + \varepsilon = \beta_0 + \beta_1 \ln L + \beta_2 \ln K + \varepsilon

This assumption also covers specification issues: assuming that the proper functional form has been selected and there are no omitted variables.

One should be aware, however, that the parameters that minimize the residuals of the transformed equation do not necessarily minimize the residuals of the original equation.

=Strict exogeneity=

For all n observations, the expectation—conditional on the regressors—of the error term is zero:{{cite book |first=Fumio |last=Hayashi |author-link=Fumio Hayashi |title=Econometrics |publisher=Princeton University Press |year=2000 |isbn=0-691-01018-8 |page=7 |url=https://books.google.com/books?id=QyIW8WUIyzcC&pg=PA7 }}

:\operatorname{E}[\,\varepsilon_{i}\mid \mathbf{X} ] = \operatorname{E}[\,\varepsilon_{i}\mid \mathbf{x}_{1}, \dots, \mathbf{x}_{n} ] = 0.

where \mathbf{x}_i = \begin{bmatrix} x_{i1} & x_{i2} & \cdots & x_{ik} \end{bmatrix}^{\operatorname{T}} is the data vector of regressors for the ith observation, and consequently \mathbf{X} = \begin{bmatrix} \mathbf{x}_{1}^{\operatorname{T}} & \mathbf{x}_{2}^{\operatorname{T}} & \cdots & \mathbf{x}_{n}^{\operatorname{T}} \end{bmatrix}^{\operatorname{T}} is the data matrix or design matrix.

Geometrically, this assumption implies that \mathbf{x}_{i} and \varepsilon_{i} are orthogonal to each other, so that their inner product (i.e., their cross moment) is zero.

:\operatorname{E}[\,\mathbf{x}_{j} \cdot \varepsilon_{i}\,] = \begin{bmatrix} \operatorname{E}[\,{x}_{j1} \cdot \varepsilon_{i}\,] \\ \operatorname{E}[\,{x}_{j2} \cdot \varepsilon_{i}\,] \\ \vdots \\ \operatorname{E}[\,{x}_{jk} \cdot \varepsilon_{i}\,] \end{bmatrix} = \mathbf{0} \quad \text{for all } i, j \in n

This assumption is violated if the explanatory variables are measured with error, or are endogenous.{{cite book |first=John |last=Johnston |author-link=John Johnston (econometrician) |title=Econometric Methods |location=New York |publisher=McGraw-Hill |edition=Second |year=1972 |isbn=0-07-032679-7 |pages=[https://archive.org/details/econometricmetho0000john_t7q9/page/267 267–291] |url=https://archive.org/details/econometricmetho0000john_t7q9/page/267 }} Endogeneity can be the result of simultaneity, where causality flows back and forth between both the dependent and independent variable. Instrumental variable techniques are commonly used to address this problem.

=Full rank=

The sample data matrix \mathbf{X} must have full column rank.

:\operatorname{rank}(\mathbf{X}) = k

Otherwise \mathbf{X}^\operatorname{T} \mathbf{X} is not invertible and the OLS estimator cannot be computed.

A violation of this assumption is perfect multicollinearity, i.e. some explanatory variables are linearly dependent. One scenario in which this will occur is called "dummy variable trap," when a base dummy variable is not omitted resulting in perfect correlation between the dummy variables and the constant term.{{cite book |first=Jeffrey |last=Wooldridge |author-link=Jeffrey Wooldridge |title=Introductory Econometrics |publisher=South-Western |edition=Fifth international |year=2012 |isbn=978-1-111-53439-4 |page=[https://archive.org/details/introductoryecon00wool_406/page/n247 220] |url=https://archive.org/details/introductoryecon00wool_406|url-access=limited }}

Multicollinearity (as long as it is not "perfect") can be present resulting in a less efficient, but still unbiased estimate. The estimates will be less precise and highly sensitive to particular sets of data.{{cite book |first=John |last=Johnston |author-link=John Johnston (econometrician) |title=Econometric Methods |location=New York |publisher=McGraw-Hill |edition=Second |year=1972 |isbn=0-07-032679-7 |pages=[https://archive.org/details/econometricmetho0000john_t7q9/page/159 159–168] |url=https://archive.org/details/econometricmetho0000john_t7q9/page/159 }} Multicollinearity can be detected from condition number or the variance inflation factor, among other tests.

=Spherical errors=

The outer product of the error vector must be spherical.

:\operatorname{E}[\,\boldsymbol{\varepsilon} \boldsymbol{\varepsilon}^{\operatorname{T}} \mid \mathbf{X} ]

= \operatorname{Var}[\,\boldsymbol{\varepsilon} \mid \mathbf{X} ]

= \begin{bmatrix}

\sigma^{2} & 0 & \cdots & 0 \\

0 & \sigma^{2} & \cdots & 0 \\

\vdots & \vdots & \ddots & \vdots \\

0 & 0 & \cdots & \sigma^{2}

\end{bmatrix}

= \sigma^{2} \mathbf{I}

\quad \text{with } \sigma^{2} > 0

This implies the error term has uniform variance (homoscedasticity) and no serial correlation.{{cite book |first=Fumio |last=Hayashi |author-link=Fumio Hayashi |title=Econometrics |publisher=Princeton University Press |year=2000 |isbn=0-691-01018-8 |page=10 |url=https://books.google.com/books?id=QyIW8WUIyzcC&pg=PA10 }} If this assumption is violated, OLS is still unbiased, but inefficient. The term "spherical errors" will describe the multivariate normal distribution: if \operatorname{Var}[\,\boldsymbol{\varepsilon}\mid \mathbf{X} ] = \sigma^{2} \mathbf{I} in the multivariate normal density, then the equation f(\varepsilon)=c is the formula for a ball centered at μ with radius σ in n-dimensional space.{{cite book |first=Ramu |last=Ramanathan |chapter=Nonspherical Disturbances |title=Statistical Methods in Econometrics |url=https://archive.org/details/statisticalmetho00rama |url-access=limited |publisher=Academic Press |year=1993 |isbn=0-12-576830-3 |pages=[https://archive.org/details/statisticalmetho00rama/page/n339 330]–351 }}

Heteroskedasticity occurs when the amount of error is correlated with an independent variable. For example, in a regression on food expenditure and income, the error is correlated with income. Low income people generally spend a similar amount on food, while high income people may spend a very large amount or as little as low income people spend. Heteroskedastic can also be caused by changes in measurement practices. For example, as statistical offices improve their data, measurement error decreases, so the error term declines over time.

This assumption is violated when there is autocorrelation. Autocorrelation can be visualized on a data plot when a given observation is more likely to lie above a fitted line if adjacent observations also lie above the fitted regression line. Autocorrelation is common in time series data where a data series may experience "inertia." If a dependent variable takes a while to fully absorb a shock. Spatial autocorrelation can also occur geographic areas are likely to have similar errors. Autocorrelation may be the result of misspecification such as choosing the wrong functional form. In these cases, correcting the specification is one possible way to deal with autocorrelation.

When the spherical errors assumption may be violated, the generalized least squares estimator can be shown to be BLUE.

See also

=Other unbiased statistics=

References

{{Reflist|30em}}

Further reading

  • {{cite book |first=James |last=Davidson |chapter=Statistical Analysis of the Regression Model |title=Econometric Theory |location=Oxford |publisher=Blackwell |year=2000 |pages=17–36 |isbn=0-631-17837-6 }}
  • {{cite book |first=Arthur |last=Goldberger |chapter=Classical Regression |title=A Course in Econometrics |url=https://archive.org/details/courseeconometri00gold_524 |url-access=limited |location=Cambridge |publisher=Harvard University Press |year=1991 |pages=[https://archive.org/details/courseeconometri00gold_524/page/n92 160]–169 |isbn=0-674-17544-1 }}
  • {{cite book |first=Henri |last=Theil |author-link=Henri Theil |chapter=Least Squares and the Standard Linear Model |title=Principles of Econometrics |url=https://archive.org/details/principlesofecon0000thei |url-access=registration |location=New York |publisher=John Wiley & Sons |year=1971 |pages=[https://archive.org/details/principlesofecon0000thei/page/101 101]–162 |isbn=0-471-85845-5 }}