Gauss–Markov theorem
Template:Short description Template:Distinguish Template:Redirect Template:Regression bar
In statistics, the Gauss–Markov theorem (or simply Gauss theorem for some authors)<ref>See chapter 7 of Template:Cite book</ref> 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.<ref>Template:Cite book</ref> 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.<ref>Template:Cite journal</ref> But while Gauss derived the result under the assumption of independence and normality, Markov reduced the assumptions to the form stated above.<ref>Template:Cite journal</ref> A further generalization to non-spherical errors was given by Alexander Aitken.<ref name="Aitken1935" />
Scalar case statementEdit
Suppose we are given two random variable vectors, <math> X \text{, } Y \in \mathbb{R}^k </math> and that we want to find the best linear estimator of <math>Y</math> given <math>X</math>, using the best linear estimator <math> \hat Y = \alpha X + \mu </math> Where the parameters <math> \alpha </math> and <math> \mu </math> are both real numbers.
Such an estimator <math> \hat Y </math> would have the same mean and standard deviation as <math> Y</math>, that is, <math> \mu _{\hat Y} = \mu _{Y} , \sigma _{\hat Y} = \sigma _{Y}</math>.
Therefore, if the vector <math> X </math> has respective mean and standard deviation <math> \mu _x , \sigma _x </math>, the best linear estimator would be
<math> \hat Y = \sigma _y \frac{(X - \mu _x )}{ \sigma _x } + \mu _y </math>
since <math> \hat Y </math> has the same mean and standard deviation as <math>Y</math>.
StatementEdit
Suppose we have, in matrix notation, the linear relationship
- <math> 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}) </math>
expanding to,
- <math> y_i=\sum_{j=1}^{K}\beta_j X_{ij}+\varepsilon_i \quad \forall i=1,2,\ldots,n</math>
where <math>\beta_j</math> are non-random but unobservable parameters, <math>X_{ij}</math> are non-random and observable (called the "explanatory variables"), <math>\varepsilon_i</math> are random, and so <math>y_i</math> are random. The random variables <math>\varepsilon_i</math> 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 <math>\beta_{K+1}</math> with a newly introduced last column of X being unity i.e., <math>X_{i(K+1)} = 1</math> for all <math> i </math>. Note that though <math>y_i,</math> as sample responses, are observable, the following statements and arguments including assumptions, proofs and the others assume under the only condition of knowing <math>X_{ij},</math> but not <math>y_i.</math>
The Gauss–Markov assumptions concern the set of error random variables, <math>\varepsilon_i</math>:
- They have mean zero: <math>\operatorname{E}[\varepsilon_i]=0.</math>
- They are homoscedastic, that is all have the same finite variance: <math>\operatorname{Var}(\varepsilon_i)= \sigma^2 < \infty</math> for all <math>i</math> and
- Distinct error terms are uncorrelated: <math>\text{Cov}(\varepsilon_i,\varepsilon_j) = 0, \forall i \neq j.</math>
A linear estimator of <math> \beta_j </math> is a linear combination
- <math>\widehat\beta_j = c_{1j}y_1+\cdots+c_{nj}y_n</math>
in which the coefficients <math> c_{ij} </math> are not allowed to depend on the underlying coefficients <math>\beta_j</math>, since those are not observable, but are allowed to depend on the values <math> X_{ij} </math>, since these data are observable. (The dependence of the coefficients on each <math>X_{ij}</math> is typically nonlinear; the estimator is linear in each <math> y_i </math> and hence in each random <math> \varepsilon,</math> which is why this is "linear" regression.) The estimator is said to be unbiased if and only if
- <math>\operatorname{E}\left [\widehat\beta_j \right ]=\beta_j</math>
regardless of the values of <math> X_{ij} </math>. Now, let <math display="inline">\sum_{j=1}^K\lambda_j\beta_j</math> be some linear combination of the coefficients. Then the mean squared error of the corresponding estimation is
- <math>\operatorname{E} \left [\left (\sum_{j=1}^K\lambda_j \left(\widehat\beta_j-\beta_j \right ) \right)^2\right ],</math>
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 <math> \beta </math> of parameters <math> \beta_j </math> is one with the smallest mean squared error for every vector <math> \lambda </math> of linear combination parameters. This is equivalent to the condition that
- <math>\operatorname{Var}\left(\widetilde\beta\right)- \operatorname{Var} \left( \widehat \beta \right)</math>
is a positive semi-definite matrix for every other linear unbiased estimator <math>\widetilde\beta</math>.
The ordinary least squares estimator (OLS) is the function
- <math>\widehat\beta=(X^\operatorname{T}X)^{-1}X^\operatorname{T}y</math>
of <math> y </math> and <math>X</math> (where <math>X^\operatorname{T}</math> denotes the transpose of <math> X </math>) that minimizes the sum of squares of residuals (misprediction amounts):
- <math>\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.</math>
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 <math>a_1y_1+\cdots+a_ny_n</math> whose coefficients do not depend upon the unobservable <math> \beta </math> but whose expected value is always zero.
RemarkEdit
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 <math display="block">f(\beta_0,\beta_1,\dots,\beta_p) = \sum_{i=1}^n (y_i-\beta_0-\beta_1x_{i1}-\dots-\beta_px_{ip})^2</math> for a multiple regression model with p variables. The first derivative is <math display="block">\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}</math> where <math>X^\operatorname{T}</math> is the design matrix <math display="block">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</math>
The Hessian matrix of second derivatives is <math display="block">\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</math>
Assuming the columns of <math>X</math> are linearly independent so that <math>X^\operatorname{T} X</math> is invertible, let <math>X=\begin{bmatrix}\mathbf{v_1}& \mathbf{v_2}& \cdots & \mathbf{v}_{p+1}\end{bmatrix}</math>, then <math display="block">k_1\mathbf{v_1} + \dots + k_{p+1} \mathbf{v}_{p+1} = \mathbf 0\iff k_1= \dots =k_{p+1}=0</math>
Now let <math>\mathbf{k} = (k_1,\dots,k_{p+1})^T \in \R^{(p+1)\times 1}</math> be an eigenvector of <math>\mathcal{H}</math>.
<math display="block">\mathbf{k} \ne \mathbf{0} \implies \left(k_1\mathbf{v_1}+\dots+k_{p+1}\mathbf{v}_{p+1}\right)^2 > 0</math>
In terms of vector multiplication, this means <math display="block">\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</math> where <math>\lambda</math> is the eigenvalue corresponding to <math>\mathbf{k}</math>. Moreover, <math display="block">\mathbf{k}^\operatorname{T}\mathbf{k} = \sum_{i=1}^{p+1}k_i^2 > 0 \implies \lambda > 0</math>
Finally, as eigenvector <math>\mathbf{k}</math> was arbitrary, it means all eigenvalues of <math>\mathcal{H}</math> are positive, therefore <math>\mathcal{H}</math> is positive definite. Thus, <math display="block">\boldsymbol{\beta} = \left(X^\operatorname{T}X\right)^{-1}X^\operatorname{T}Y</math> is indeed a global minimum.
Or, just see that for all vectors <math>\mathbf{v}, \mathbf{v}^\operatorname{T} X^\operatorname{T} X \mathbf{v} = \|\mathbf{X}\mathbf{v}\|^2 \ge 0 </math>. So the Hessian is positive definite if full rank.
ProofEdit
Let <math>\tilde\beta = Cy</math> be another linear estimator of <math> \beta </math> with <math>C = (X^\operatorname{T}X)^{-1}X^\operatorname{T} + D </math> where <math>D</math> is a <math>K \times n</math> 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 <math> \widehat\beta,</math> the OLS estimator. We calculate:
- <math>
\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} </math>
Therefore, since <math>\beta</math> is unobservable, <math> \tilde\beta </math> is unbiased if and only if <math> DX = 0 </math>. Then:
- <math>
\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} </math>
Since <math>DD^\operatorname{T}</math> is a positive semidefinite matrix, <math>\operatorname{Var}\left( \tilde \beta \right) </math> exceeds <math>\operatorname{Var}\left(\widehat\beta\right) </math> by a positive semidefinite matrix.
Remarks on the proofEdit
As it has been stated before, the condition of <math> \operatorname{Var} \left( \tilde \beta \right)- \operatorname{Var} \left(\widehat\beta\right)</math> is a positive semidefinite matrix is equivalent to the property that the best linear unbiased estimator of <math> \ell^\operatorname{T}\beta </math> is <math> \ell^\operatorname{T}\widehat\beta </math> (best in the sense that it has minimum variance). To see this, let <math> \ell^\operatorname{T}\tilde\beta </math> another linear unbiased estimator of <math> \ell^\operatorname{T}\beta </math>.
- <math>
\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} </math>
Moreover, equality holds if and only if <math> D^\operatorname{T}\ell=0 </math>. We calculate
- <math>
\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} </math>
This proves that the equality holds if and only if <math> \ell^\operatorname{T}\tilde\beta=\ell^\operatorname{T}\widehat\beta </math> which gives the uniqueness of the OLS estimator as a BLUE.
Generalized least squares estimatorEdit
The generalized least squares (GLS), developed by Aitken,<ref name="Aitken1935">Template:Cite journal</ref> extends the Gauss–Markov theorem to the case where the error vector has a non-scalar covariance matrix.<ref name="Huang1970">Template:Cite book</ref> The Aitken estimator is also a BLUE.
Gauss–Markov theorem as stated in econometricsEdit
In most treatments of OLS, the regressors (parameters of interest) in the design matrix <math>\mathbf{X}</math> are assumed to be fixed in repeated samples. This assumption is considered inappropriate for a predominantly nonexperimental science like econometrics.<ref>Template:Cite book</ref> Instead, the assumptions of the Gauss–Markov theorem are stated conditional on <math>\mathbf{X}</math>.
LinearityEdit
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 <math> y = \beta_{0} + \beta_{1} x^2, </math> qualifies as linear while <math> y = \beta_{0} + \beta_{1}^2 x</math> can be transformed to be linear by replacing <math>\beta_{1}^2</math> by another parameter, say <math>\gamma</math>. An equation with a parameter dependent on an independent variable does not qualify as linear, for example <math>y = \beta_{0} + \beta_{1}(x) \cdot x</math>, where <math>\beta_{1}(x)</math> is a function of <math>x</math>.
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:
- <math>Y = A L^\alpha K^{1 - \alpha} e^\varepsilon </math>
But it can be expressed in linear form by taking the natural logarithm of both sides:<ref>Template:Cite book</ref>
- <math>\ln Y=\ln A + \alpha \ln L + (1 - \alpha) \ln K + \varepsilon = \beta_0 + \beta_1 \ln L + \beta_2 \ln K + \varepsilon</math>
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 exogeneityEdit
For all <math>n</math> observations, the expectation—conditional on the regressors—of the error term is zero:<ref>Template:Cite book</ref>
- <math>\operatorname{E}[\,\varepsilon_{i}\mid \mathbf{X} ] = \operatorname{E}[\,\varepsilon_{i}\mid \mathbf{x}_{1}, \dots, \mathbf{x}_{n} ] = 0.</math>
where <math>\mathbf{x}_i = \begin{bmatrix} x_{i1} & x_{i2} & \cdots & x_{ik} \end{bmatrix}^{\operatorname{T}}</math> is the data vector of regressors for the ith observation, and consequently <math>\mathbf{X} = \begin{bmatrix} \mathbf{x}_{1}^{\operatorname{T}} & \mathbf{x}_{2}^{\operatorname{T}} & \cdots & \mathbf{x}_{n}^{\operatorname{T}} \end{bmatrix}^{\operatorname{T}}</math> is the data matrix or design matrix.
Geometrically, this assumption implies that <math>\mathbf{x}_{i}</math> and <math>\varepsilon_{i}</math> are orthogonal to each other, so that their inner product (i.e., their cross moment) is zero.
- <math>\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</math>
This assumption is violated if the explanatory variables are measured with error, or are endogenous.<ref>Template:Cite book</ref> 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 rankEdit
The sample data matrix <math>\mathbf{X}</math> must have full column rank.
- <math>\operatorname{rank}(\mathbf{X}) = k</math>
Otherwise <math>\mathbf{X}^\operatorname{T} \mathbf{X}</math> 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.<ref>Template:Cite book</ref>
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.<ref>Template:Cite book</ref> Multicollinearity can be detected from condition number or the variance inflation factor, among other tests.
Spherical errorsEdit
The outer product of the error vector must be spherical.
- <math>\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</math> This implies the error term has uniform variance (homoscedasticity) and no serial correlation.<ref>Template:Cite book</ref> If this assumption is violated, OLS is still unbiased, but inefficient. The term "spherical errors" will describe the multivariate normal distribution: if <math>\operatorname{Var}[\,\boldsymbol{\varepsilon}\mid \mathbf{X} ] = \sigma^{2} \mathbf{I}</math> in the multivariate normal density, then the equation <math>f(\varepsilon)=c</math> is the formula for a ball centered at μ with radius σ in n-dimensional space.<ref>Template:Cite book</ref>
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.<ref name="Huang1970" />
See alsoEdit
Other unbiased statisticsEdit
ReferencesEdit
Further readingEdit
External linksEdit
- Earliest Known Uses of Some of the Words of Mathematics: G (brief history and explanation of the name)
- Proof of the Gauss Markov theorem for multiple linear regression (makes use of matrix algebra)
- A Proof of the Gauss Markov theorem using geometry