HOME

TheInfoList



OR:

In
statistics Statistics (from German: '' Statistik'', "description of a state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a scientific, indust ...
, ordinary least squares (OLS) is a type of linear least squares method for choosing the unknown parameters in a linear regression model (with fixed level-one effects of a linear function of a set of
explanatory variable Dependent and independent variables are variables in mathematical modeling, statistical modeling and experimental sciences. Dependent variables receive this name because, in an experiment, their values are studied under the supposition or deman ...
s) by the principle of least squares: minimizing the sum of the squares of the differences between the observed dependent variable (values of the variable being observed) in the input dataset and the output of the (linear) function of the independent variable. Geometrically, this is seen as the sum of the squared distances, parallel to the axis of the dependent variable, between each data point in the set and the corresponding point on the regression surface—the smaller the differences, the better the model fits the data. The resulting estimator can be expressed by a simple formula, especially in the case of a simple linear regression, in which there is a single
regressor Dependent and independent variables are variables in mathematical modeling, statistical modeling and experimental sciences. Dependent variables receive this name because, in an experiment, their values are studied under the supposition or deman ...
on the right side of the regression equation. The OLS estimator is consistent for the level-one fixed effects when the regressors are
exogenous In a variety of contexts, exogeny or exogeneity () is the fact of an action or object originating externally. It contrasts with endogeneity or endogeny, the fact of being influenced within a system. Economics In an economic model, an exogen ...
and forms perfect colinearity (rank condition), consistent for the variance estimate of the residuals when regressors have finite fourth moments and—by the Gauss–Markov theoremoptimal in the class of linear unbiased estimators when the errors are homoscedastic and serially uncorrelated. Under these conditions, the method of OLS provides minimum-variance mean-unbiased estimation when the errors have finite variances. Under the additional assumption that the errors are normally distributed with zero mean, OLS is the maximum likelihood estimator that outperforms any non-linear unbiased estimator.


Linear model

Suppose the data consists of n observations \left\_^n. Each observation i includes a scalar response y_i and a column vector \mathbf_i of p parameters (regressors), i.e., \mathbf_i=\left _, x_, \dots, x_\right\mathsf. In a linear regression model, the response variable, y_i, is a linear function of the regressors: :y_i = \beta_1\ x_ + \beta_2\ x_ + \cdots + \beta_p\ x_ + \varepsilon_i, or in vector form, : y_i = \mathbf_i^\mathsf \boldsymbol + \varepsilon_i, \, where \mathbf_i, as introduced previously, is a column vector of the i-th observation of all the explanatory variables; \boldsymbol is a p \times 1 vector of unknown parameters; and the scalar \varepsilon_i represents unobserved random variables (
errors An error (from the Latin ''error'', meaning "wandering") is an action which is inaccurate or incorrect. In some usages, an error is synonymous with a mistake. The etymology derives from the Latin term 'errare', meaning 'to stray'. In statistics ...
) of the i-th observation. \varepsilon_i accounts for the influences upon the responses y_i from sources other than the explanators \mathbf_i. This model can also be written in matrix notation as : \mathbf = \mathbf \boldsymbol + \boldsymbol, \, where \mathbf and \boldsymbol are n \times 1 vectors of the response variables and the errors of the n observations, and \mathbf is an n \times p matrix of regressors, also sometimes called the design matrix, whose row i is \mathbf_i^\mathsf and contains the i-th observations on all the explanatory variables. As a rule, the constant term is always included in the set of regressors \mathbf, say, by taking x_=1 for all i=1, \dots, n. The coefficient \beta_1 corresponding to this regressor is called the ''intercept''. Regressors do not have to be independent: there can be any desired relationship between the regressors (so long as it is not a linear relationship). For instance, we might suspect the response depends linearly both on a value and its square; in which case we would include one regressor whose value is just the square of another regressor. In that case, the model would be ''quadratic'' in the second regressor, but none-the-less is still considered a ''linear'' model because the model ''is'' still linear in the parameters (\boldsymbol).


Matrix/vector formulation

Consider an overdetermined system :\sum_^ X_ \beta_j = y_i,\ (i=1, 2, \dots, n), of n linear equations in p unknown coefficients, \beta_1, \beta_2, \dots, \beta_p , with n > p . (Note: for a linear model as above, not all elements in \mathbf contains information on the data points. The first column is populated with ones, X_ = 1. Only the other columns contain actual data. So here p is equal to the number of regressors plus one.) This can be written in
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** '' The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
form as :\mathbf \boldsymbol = \mathbf , where :\mathbf=\begin X_ & X_ & \cdots & X_ \\ X_ & X_ & \cdots & X_ \\ \vdots & \vdots & \ddots & \vdots \\ X_ & X_ & \cdots & X_ \end , \qquad \boldsymbol \beta = \begin \beta_1 \\ \beta_2 \\ \vdots \\ \beta_p \end , \qquad \mathbf y = \begin y_1 \\ y_2 \\ \vdots \\ y_n \end. Such a system usually has no exact solution, so the goal is instead to find the coefficients \boldsymbol which fit the equations "best", in the sense of solving the quadratic minimization problem :\hat = \underset\,S(\boldsymbol), where the objective function S is given by :S(\boldsymbol) = \sum_^n \biggl, y_i - \sum_^p X_\beta_j\biggr, ^2 = \bigl\, \mathbf y - \mathbf \boldsymbol \beta \bigr\, ^2. A justification for choosing this criterion is given in Properties below. This minimization problem has a unique solution, provided that the p columns of the matrix \mathbf are linearly independent, given by solving the so-called ''normal equations'': :(\mathbf^ \mathbf )\hat = \mathbf^ \mathbf y\ . The matrix \mathbf^ \mathrm X is known as the ''normal matrix'' or Gram matrix and the matrix \mathbf^ \mathbf y is known as the moment matrix of regressand by regressors. Finally, \hat is the coefficient vector of the least-squares hyperplane, expressed as :\hat= \left( \mathbf^ \mathbf \right)^ \mathbf^ \mathbf y. or :\hat= \boldsymbol + (\mathbf^\top \mathbf )^\mathbf ^\top \boldsymbol.


Estimation

Suppose ''b'' is a "candidate" value for the parameter vector ''β''. The quantity , called the residual for the ''i''-th observation, measures the vertical distance between the data point and the hyperplane , and thus assesses the degree of fit between the actual data and the model. The sum of squared residuals (SSR) (also called the error sum of squares (ESS) or residual sum of squares (RSS)) is a measure of the overall model fit: : S(b) = \sum_^n (y_i - x_i ^\mathrm b)^2 = (y-Xb)^\mathrm(y-Xb), where ''T'' denotes the matrix transpose, and the rows of ''X'', denoting the values of all the independent variables associated with a particular value of the dependent variable, are ''Xi = xi''T. The value of ''b'' which minimizes this sum is called the OLS estimator for ''β''. The function ''S''(''b'') is quadratic in ''b'' with positive-definite Hessian, and therefore this function possesses a unique global minimum at b =\hat\beta, which can be given by the explicit formula: roof/sup> : \hat\beta = \operatorname_ S(b) = (X^\mathrmX)^X^\mathrmy\ . The product ''N''=''X''T ''X'' is a Gram matrix and its inverse, ''Q''=''N''–1, is the ''cofactor matrix'' of ''β'', closely related to its covariance matrix, ''C''''β''. The matrix (''X''T ''X'')–1 ''X''T=''Q'' ''X''T is called the Moore–Penrose pseudoinverse matrix of X. This formulation highlights the point that estimation can be carried out if, and only if, there is no perfect multicollinearity between the explanatory variables (which would cause the gram matrix to have no inverse). After we have estimated ''β'', the fitted values (or predicted values) from the regression will be : \hat = X\hat\beta = Py, where ''P'' = ''X''(''X''T''X'')−1''X''T is the projection matrix onto the space ''V'' spanned by the columns of ''X''. This matrix ''P'' is also sometimes called the
hat matrix In statistics, the projection matrix (\mathbf), sometimes also called the influence matrix or hat matrix (\mathbf), maps the vector of response values (dependent variable values) to the vector of fitted values (or predicted values). It describes ...
because it "puts a hat" onto the variable ''y''. Another matrix, closely related to ''P'' is the ''annihilator'' matrix ; this is a projection matrix onto the space orthogonal to ''V''. Both matrices ''P'' and ''M'' are symmetric and idempotent (meaning that and ), and relate to the data matrix ''X'' via identities and . Matrix ''M'' creates the residuals from the regression: : \hat\varepsilon = y - \hat y = y - X\hat\beta = My = M(X\beta+\varepsilon) = (MX)\beta + M\varepsilon = M\varepsilon. Using these residuals we can estimate the value of ''σ'' 2 using the reduced chi-squared statistic: : s^2 = \frac = \frac = \frac= \frac = \frac,\qquad \hat\sigma^2 = \frac\;s^2 The denominator, ''n''−''p'', is the statistical degrees of freedom. The first quantity, ''s''2, is the OLS estimate for ''σ''2, whereas the second, \scriptstyle\hat\sigma^2, is the MLE estimate for ''σ''2. The two estimators are quite similar in large samples; the first estimator is always unbiased, while the second estimator is biased but has a smaller mean squared error. In practice ''s''2 is used more often, since it is more convenient for the hypothesis testing. The square root of ''s''2 is called the regression standard error, standard error of the regression, or standard error of the equation. It is common to assess the goodness-of-fit of the OLS regression by comparing how much the initial variation in the sample can be reduced by regressing onto ''X''. The coefficient of determination ''R''2 is defined as a ratio of "explained" variance to the "total" variance of the dependent variable ''y'', in the cases where the regression sum of squares equals the sum of squares of residuals: : R^2 = \frac = \frac = 1 - \frac = 1 - \frac where TSS is the
total sum of squares In statistical data analysis the total sum of squares (TSS or SST) is a quantity that appears as part of a standard way of presenting results of such analyses. For a set of observations, y_i, i\leq n, it is defined as the sum over all squared dif ...
for the dependent variable, L=I_n-\fracJ_n, and J_n is an ''n''×''n'' matrix of ones. (L is a centering matrix which is equivalent to regression on a constant; it simply subtracts the mean from a variable.) In order for ''R''2 to be meaningful, the matrix ''X'' of data on regressors must contain a column vector of ones to represent the constant whose coefficient is the regression intercept. In that case, ''R''2 will always be a number between 0 and 1, with values close to 1 indicating a good degree of fit. The variance in the prediction of the independent variable as a function of the dependent variable is given in the article Polynomial least squares.


Simple linear regression model

If the data matrix ''X'' contains only two variables, a constant and a scalar regressor ''xi'', then this is called the "simple regression model". This case is often considered in the beginner statistics classes, as it provides much simpler formulas even suitable for manual calculation. The parameters are commonly denoted as : : y_i = \alpha + \beta x_i + \varepsilon_i. The least squares estimates in this case are given by simple formulas : \begin \hat\beta &= \frac \\ \hat\alpha &= \overline - \hat\beta\,\overline\ , \end


Alternative derivations

In the previous section the least squares estimator \hat\beta was obtained as a value that minimizes the sum of squared residuals of the model. However it is also possible to derive the same estimator from other approaches. In all cases the formula for OLS estimator remains the same: ; the only difference is in how we interpret this result.


Projection

For mathematicians, OLS is an approximate solution to an overdetermined system of linear equations , where ''β'' is the unknown. Assuming the system cannot be solved exactly (the number of equations ''n'' is much larger than the number of unknowns ''p''), we are looking for a solution that could provide the smallest discrepancy between the right- and left- hand sides. In other words, we are looking for the solution that satisfies : \hat\beta = \min_\beta\,\lVert \mathbf - \mathbf\boldsymbol\beta \rVert, where is the standard ''L''2 norm in the ''n''-dimensional
Euclidean space Euclidean space is the fundamental space of geometry, intended to represent physical space. Originally, that is, in Euclid's ''Elements'', it was the three-dimensional space of Euclidean geometry, but in modern mathematics there are Euclidea ...
R''n''. The predicted quantity ''Xβ'' is just a certain linear combination of the vectors of regressors. Thus, the residual vector will have the smallest length when ''y'' is projected orthogonally onto the linear subspace spanned by the columns of ''X''. The OLS estimator \hat\beta in this case can be interpreted as the coefficients of
vector decomposition In mathematics, a set of vectors in a vector space is called a basis if every element of may be written in a unique way as a finite linear combination of elements of . The coefficients of this linear combination are referred to as component ...
of along the basis of ''X''. In other words, the gradient equations at the minimum can be written as: :(\mathbf y - \mathbf \hat)^ \mathbf=0. A geometrical interpretation of these equations is that the vector of residuals, \mathbf y - X \hat is orthogonal to the
column space In linear algebra, the column space (also called the range or image) of a matrix ''A'' is the span (set of all possible linear combinations) of its column vectors. The column space of a matrix is the image or range of the corresponding mat ...
of ''X'', since the dot product (\mathbf y- \mathbf\hat)\cdot \mathbf \mathbf v is equal to zero for ''any'' conformal vector, v. This means that \mathbf y - \mathbf \boldsymbol is the shortest of all possible vectors \mathbf- \mathbf \boldsymbol \beta, that is, the variance of the residuals is the minimum possible. This is illustrated at the right. Introducing \hat and a matrix ''K'' with the assumption that a matrix mathbf \ \mathbf/math> is non-singular and ''K''T ''X'' = 0 (cf. Orthogonal projections), the residual vector should satisfy the following equation: :\hat := \mathbf - \mathbf \hat = \mathbf \hat. The equation and solution of linear least squares are thus described as follows: : \mathbf = \begin\mathbf & \mathbf\end \begin \hat \\ \hat \end , : \begin \hat \\ \hat \end = \begin\mathbf & \mathbf\end^ \mathbf = \begin (\mathbf^ \mathbf)^ \mathbf^ \\ (\mathbf^ \mathbf)^ \mathbf^\top \end \mathbf . Another way of looking at it is to consider the regression line to be a weighted average of the lines passing through the combination of any two points in the dataset. Although this way of calculation is more computationally expensive, it provides a better intuition on OLS.


Maximum likelihood

The OLS estimator is identical to the maximum likelihood estimator (MLE) under the normality assumption for the error terms. roof/sup> This normality assumption has historical importance, as it provided the basis for the early work in linear regression analysis by Yule and Pearson. From the properties of MLE, we can infer that the OLS estimator is asymptotically efficient (in the sense of attaining the
Cramér–Rao bound In estimation theory and statistics, the Cramér–Rao bound (CRB) expresses a lower bound on the variance of unbiased estimators of a deterministic (fixed, though unknown) parameter, the variance of any such estimator is at least as high as the ...
for variance) if the normality assumption is satisfied.


Generalized method of moments

In iid case the OLS estimator can also be viewed as a GMM estimator arising from the moment conditions : \mathrm\big , x_i(y_i - x_i ^T \beta) \,\big= 0. These moment conditions state that the regressors should be uncorrelated with the errors. Since ''xi'' is a ''p''-vector, the number of moment conditions is equal to the dimension of the parameter vector ''β'', and thus the system is exactly identified. This is the so-called classical GMM case, when the estimator does not depend on the choice of the weighting matrix. Note that the original strict exogeneity assumption implies a far richer set of moment conditions than stated above. In particular, this assumption implies that for any vector-function , the moment condition will hold. However it can be shown using the Gauss–Markov theorem that the optimal choice of function is to take , which results in the moment equation posted above.


Properties


Assumptions

There are several different frameworks in which the linear regression model can be cast in order to make the OLS technique applicable. Each of these settings produces the same formulas and same results. The only difference is the interpretation and the assumptions which have to be imposed in order for the method to give meaningful results. The choice of the applicable framework depends mostly on the nature of data in hand, and on the inference task which has to be performed. One of the lines of difference in interpretation is whether to treat the regressors as random variables, or as predefined constants. In the first case (random design) the regressors ''xi'' are random and sampled together with the ''yi'''s from some
population Population typically refers to the number of people in a single area, whether it be a city or town, region, country, continent, or the world. Governments typically quantify the size of the resident population within their jurisdiction usi ...
, as in an observational study. This approach allows for more natural study of the asymptotic properties of the estimators. In the other interpretation (fixed design), the regressors ''X'' are treated as known constants set by a
design A design is a plan or specification for the construction of an object or system or for the implementation of an activity or process or the result of that plan or specification in the form of a prototype, product, or process. The verb ''to design' ...
, and ''y'' is sampled conditionally on the values of ''X'' as in an
experiment An experiment is a procedure carried out to support or refute a hypothesis, or determine the efficacy or likelihood of something previously untried. Experiments provide insight into cause-and-effect by demonstrating what outcome occurs whe ...
. For practical purposes, this distinction is often unimportant, since estimation and inference is carried out while conditioning on ''X''. All results stated in this article are within the random design framework.


Classical linear regression model

The classical model focuses on the "finite sample" estimation and inference, meaning that the number of observations ''n'' is fixed. This contrasts with the other approaches, which study the asymptotic behavior of OLS, and in which the number of observations is allowed to grow to infinity. *Correct specification. The linear functional form must coincide with the form of the actual data-generating process. * Strict exogeneity. The errors in the regression should have
conditional mean In probability theory, the conditional expectation, conditional expected value, or conditional mean of a random variable is its expected value – the value it would take “on average” over an arbitrarily large number of occurrences – give ...
zero: *: \operatorname ,\varepsilon\mid X\,= 0. :The immediate consequence of the exogeneity assumption is that the errors have mean zero: , and that the regressors are uncorrelated with the errors: . :The exogeneity assumption is critical for the OLS theory. If it holds then the regressor variables are called ''exogenous''. If it doesn't, then those regressors that are correlated with the error term are called '' endogenous'', and the OLS estimator becomes biased. In such case the method of instrumental variables may be used to carry out inference. * No linear dependence. The regressors in ''X'' must all be linearly independent. Mathematically, this means that the matrix ''X'' must have full
column rank In linear algebra, the rank of a matrix is the dimension of the vector space generated (or spanned) by its columns. p. 48, § 1.16 This corresponds to the maximal number of linearly independent columns of . This, in turn, is identical to the dime ...
almost surely: *: \Pr\!\big ,\operatorname(X) = p\,\big= 1. :Usually, it is also assumed that the regressors have finite moments up to at least the second moment. Then the matrix is finite and positive semi-definite. :When this assumption is violated the regressors are called linearly dependent or perfectly multicollinear. In such case the value of the regression coefficient ''β'' cannot be learned, although prediction of ''y'' values is still possible for new values of the regressors that lie in the same linearly dependent subspace. * Spherical errors: *: \operatorname ,\varepsilon \mid X\,= \sigma^2 I_n, :where is the identity matrix in dimension ''n'', and ''σ''2 is a parameter which determines the variance of each observation. This ''σ''2 is considered a
nuisance parameter Nuisance (from archaic ''nocence'', through Fr. ''noisance'', ''nuisance'', from Lat. ''nocere'', "to hurt") is a common law tort. It means that which causes offence, annoyance, trouble or injury. A nuisance can be either public (also "commo ...
in the model, although usually it is also estimated. If this assumption is violated then the OLS estimates are still valid, but no longer efficient. :It is customary to split this assumption into two parts: :*
Homoscedasticity In statistics, a sequence (or a vector) of random variables is homoscedastic () if all its random variables have the same finite variance. This is also known as homogeneity of variance. The complementary notion is called heteroscedasticity. Th ...
: , which means that the error term has the same variance ''σ''2 in each observation. When this requirement is violated this is called heteroscedasticity, in such case a more efficient estimator would be weighted least squares. If the errors have infinite variance then the OLS estimates will also have infinite variance (although by the law of large numbers they will nonetheless tend toward the true values so long as the errors have zero mean). In this case, robust estimation techniques are recommended. :* No autocorrelation: the errors are
uncorrelated In probability theory and statistics, two real-valued random variables, X, Y, are said to be uncorrelated if their covariance, \operatorname ,Y= \operatorname Y- \operatorname \operatorname /math>, is zero. If two variables are uncorrelated, ther ...
between observations: for . This assumption may be violated in the context of
time series In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. Ex ...
data, panel data, cluster samples, hierarchical data, repeated measures data, longitudinal data, and other data with dependencies. In such cases generalized least squares provides a better alternative than the OLS. Another expression for autocorrelation is ''serial correlation''. * Normality. It is sometimes additionally assumed that the errors have
normal distribution In statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is : f(x) = \frac e^ The parameter \mu ...
conditional on the regressors: *: \varepsilon \mid X\sim \mathcal(0, \sigma^2I_n). :This assumption is not needed for the validity of the OLS method, although certain additional finite-sample properties can be established in case when it does (especially in the area of hypotheses testing). Also when the errors are normal, the OLS estimator is equivalent to the maximum likelihood estimator (MLE), and therefore it is asymptotically efficient in the class of all regular estimators. Importantly, the normality assumption applies only to the error terms; contrary to a popular misconception, the response (dependent) variable is not required to be normally distributed.


Independent and identically distributed (iid)

In some applications, especially with cross-sectional data, an additional assumption is imposed — that all observations are independent and identically distributed. This means that all observations are taken from a random sample which makes all the assumptions listed earlier simpler and easier to interpret. Also this framework allows one to state asymptotic results (as the sample size ), which are understood as a theoretical possibility of fetching new independent observations from the data generating process. The list of assumptions in this case is: * iid observations: (''xi'', ''yi'') is
independent Independent or Independents may refer to: Arts, entertainment, and media Artist groups * Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s * Independe ...
from, and has the same
distribution Distribution may refer to: Mathematics * Distribution (mathematics), generalized functions used to formulate solutions of partial differential equations *Probability distribution, the probability of a particular value or value range of a vari ...
as, (''xj'', ''yj'') for all ; * no perfect multicollinearity: is a positive-definite matrix; * exogeneity: * homoscedasticity: .


Time series model

* The stochastic process is stationary and ergodic; if is nonstationary, OLS results are often spurious unless is co-integrating. * The regressors are ''predetermined'': E 'xiεi''= 0 for all ''i'' = 1, ..., ''n''; * The ''p''×''p'' matrix is of full rank, and hence positive-definite; * is a martingale difference sequence, with a finite matrix of second moments .


Finite sample properties

First of all, under the ''strict exogeneity'' assumption the OLS estimators \scriptstyle\hat\beta and ''s''2 are unbiased, meaning that their expected values coincide with the true values of the parameters: roof/sup> : \operatorname , \hat\beta \mid X \,= \beta, \quad \operatorname ,s^2 \mid X\,= \sigma^2. If the strict exogeneity does not hold (as is the case with many
time series In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. Ex ...
models, where exogeneity is assumed only with respect to the past shocks but not the future ones), then these estimators will be biased in finite samples. The '' variance-covariance matrix'' (or simply ''covariance matrix'') of \scriptstyle\hat\beta is equal to : \operatorname , \hat\beta \mid X \,= \sigma^2(X ^T X)^ = \sigma^2 Q. In particular, the standard error of each coefficient \scriptstyle\hat\beta_j is equal to square root of the ''j''-th diagonal element of this matrix. The estimate of this standard error is obtained by replacing the unknown quantity ''σ''2 with its estimate ''s''2. Thus, : \widehat(\hat_j) = \sqrt It can also be easily shown that the estimator \scriptstyle\hat\beta is uncorrelated with the residuals from the model: : \operatorname , \hat\beta,\hat\varepsilon \mid X\,= 0. The '' Gauss–Markov theorem'' states that under the ''spherical errors'' assumption (that is, the errors should be
uncorrelated In probability theory and statistics, two real-valued random variables, X, Y, are said to be uncorrelated if their covariance, \operatorname ,Y= \operatorname Y- \operatorname \operatorname /math>, is zero. If two variables are uncorrelated, ther ...
and homoscedastic) the estimator \scriptstyle\hat\beta is efficient in the class of linear unbiased estimators. This is called the ''best linear unbiased estimator'' (BLUE). Efficiency should be understood as if we were to find some other estimator \scriptstyle\tilde\beta which would be linear in ''y'' and unbiased, then : \operatorname , \tilde\beta \mid X \,- \operatorname , \hat\beta \mid X \,\geq 0 in the sense that this is a nonnegative-definite matrix. This theorem establishes optimality only in the class of linear unbiased estimators, which is quite restrictive. Depending on the distribution of the error terms ''ε'', other, non-linear estimators may provide better results than OLS.


Assuming normality

The properties listed so far are all valid regardless of the underlying distribution of the error terms. However, if you are willing to assume that the ''normality assumption'' holds (that is, that ), then additional properties of the OLS estimators can be stated. The estimator \scriptstyle\hat\beta is normally distributed, with mean and variance as given before: : \hat\beta\ \sim\ \mathcal\big(\beta,\ \sigma^2(X ^\mathrm X)^\big). This estimator reaches the
Cramér–Rao bound In estimation theory and statistics, the Cramér–Rao bound (CRB) expresses a lower bound on the variance of unbiased estimators of a deterministic (fixed, though unknown) parameter, the variance of any such estimator is at least as high as the ...
for the model, and thus is optimal in the class of all unbiased estimators. Note that unlike the Gauss–Markov theorem, this result establishes optimality among both linear and non-linear estimators, but only in the case of normally distributed error terms. The estimator ''s''2 will be proportional to the
chi-squared distribution In probability theory and statistics, the chi-squared distribution (also chi-square or \chi^2-distribution) with k degrees of freedom is the distribution of a sum of the squares of k independent standard normal random variables. The chi-squar ...
: : s^2\ \sim\ \frac \cdot \chi^2_ The variance of this estimator is equal to , which does not attain the
Cramér–Rao bound In estimation theory and statistics, the Cramér–Rao bound (CRB) expresses a lower bound on the variance of unbiased estimators of a deterministic (fixed, though unknown) parameter, the variance of any such estimator is at least as high as the ...
of . However it was shown that there are no unbiased estimators of ''σ''2 with variance smaller than that of the estimator ''s''2. If we are willing to allow biased estimators, and consider the class of estimators that are proportional to the sum of squared residuals (SSR) of the model, then the best (in the sense of the mean squared error) estimator in this class will be , which even beats the Cramér–Rao bound in case when there is only one regressor (). Moreover, the estimators \scriptstyle\hat\beta and ''s''2 are
independent Independent or Independents may refer to: Arts, entertainment, and media Artist groups * Independents (artist group), a group of modernist painters based in the New Hope, Pennsylvania, area of the United States during the early 1930s * Independe ...
, the fact which comes in useful when constructing the t- and F-tests for the regression.


Influential observations

As was mentioned before, the estimator \hat\beta is linear in ''y'', meaning that it represents a linear combination of the dependent variables ''yi''. The weights in this linear combination are functions of the regressors ''X'', and generally are unequal. The observations with high weights are called influential because they have a more pronounced effect on the value of the estimator. To analyze which observations are influential we remove a specific ''j''-th observation and consider how much the estimated quantities are going to change (similarly to the jackknife method). It can be shown that the change in the OLS estimator for ''β'' will be equal to : \hat\beta^ - \hat\beta = - \frac (X ^\mathrm X)^x_j ^\mathrm \hat\varepsilon_j\,, where is the ''j''-th diagonal element of the hat matrix ''P'', and ''xj'' is the vector of regressors corresponding to the ''j''-th observation. Similarly, the change in the predicted value for ''j''-th observation resulting from omitting that observation from the dataset will be equal to : \hat_j^ - \hat_j = x_j ^\mathrm \hat\beta^ - x_j ^T \hat\beta = - \frac\,\hat\varepsilon_j From the properties of the hat matrix, , and they sum up to ''p'', so that on average . These quantities ''hj'' are called the leverages, and observations with high ''hj'' are called leverage points. Usually the observations with high leverage ought to be scrutinized more carefully, in case they are erroneous, or outliers, or in some other way atypical of the rest of the dataset.


Partitioned regression

Sometimes the variables and corresponding parameters in the regression can be logically split into two groups, so that the regression takes form : y = X_1\beta_1 + X_2\beta_2 + \varepsilon, where ''X''1 and ''X''2 have dimensions ''n''×''p''1, ''n''×''p''2, and ''β''1, ''β''2 are ''p''1×1 and ''p''2×1 vectors, with . The Frisch–Waugh–Lovell theorem states that in this regression the residuals \hat\varepsilon and the OLS estimate \scriptstyle\hat\beta_2 will be numerically identical to the residuals and the OLS estimate for ''β''2 in the following regression: : M_1y = M_1X_2\beta_2 + \eta\,, where ''M''1 is the annihilator matrix for regressors ''X''1. The theorem can be used to establish a number of theoretical results. For example, having a regression with a constant and another regressor is equivalent to subtracting the means from the dependent variable and the regressor and then running the regression for the de-meaned variables but without the constant term.


Constrained estimation

Suppose it is known that the coefficients in the regression satisfy a system of linear equations : A\colon\quad Q ^T \beta = c, \, where ''Q'' is a ''p''×''q'' matrix of full rank, and ''c'' is a ''q''×1 vector of known constants, where . In this case least squares estimation is equivalent to minimizing the sum of squared residuals of the model subject to the constraint ''A''. The constrained least squares (CLS) estimator can be given by an explicit formula: : \hat\beta^c = \hat\beta - (X ^T X)^Q\Big(Q ^T (X ^T X)^Q\Big)^(Q ^T \hat\beta - c). This expression for the constrained estimator is valid as long as the matrix ''XTX'' is invertible. It was assumed from the beginning of this article that this matrix is of full rank, and it was noted that when the rank condition fails, ''β'' will not be identifiable. However it may happen that adding the restriction ''A'' makes ''β'' identifiable, in which case one would like to find the formula for the estimator. The estimator is equal to : \hat\beta^c = R(R ^T X ^T XR)^R ^T X ^T y + \Big(I_p - R(R ^T X ^T XR)^R ^T X ^T X\Big)Q(Q ^T Q)^c, where ''R'' is a ''p''×(''p'' − ''q'') matrix such that the matrix is non-singular, and . Such a matrix can always be found, although generally it is not unique. The second formula coincides with the first in case when ''XTX'' is invertible.


Large sample properties

The least squares estimators are point estimates of the linear regression model parameters ''β''. However, generally we also want to know how close those estimates might be to the true values of parameters. In other words, we want to construct the interval estimates. Since we haven't made any assumption about the distribution of error term ''εi'', it is impossible to infer the distribution of the estimators \hat\beta and \hat\sigma^2. Nevertheless, we can apply the central limit theorem to derive their ''asymptotic'' properties as sample size ''n'' goes to infinity. While the sample size is necessarily finite, it is customary to assume that ''n'' is "large enough" so that the true distribution of the OLS estimator is close to its asymptotic limit. We can show that under the model assumptions, the least squares estimator for ''β'' is consistent (that is \hat\beta converges in probability to ''β'') and asymptotically normal: roof/sup> : (\hat\beta - \beta)\ \xrightarrow\ \mathcal\big(0,\;\sigma^2Q_^\big), where Q_ = X ^T X.


Intervals

Using this asymptotic distribution, approximate two-sided confidence intervals for the ''j''-th component of the vector \hat can be constructed as : \beta_j \in \bigg \hat\beta_j \pm q^_\!\sqrt\ \bigg   at the confidence level, where ''q'' denotes the quantile function of standard normal distribution, and sub>''jj'' is the ''j''-th diagonal element of a matrix. Similarly, the least squares estimator for ''σ''2 is also consistent and asymptotically normal (provided that the fourth moment of ''εi'' exists) with limiting distribution : (\hat^2 - \sigma^2)\ \xrightarrow\ \mathcal \left(0,\;\operatorname\left varepsilon_i^4\right- \sigma^4\right). These asymptotic distributions can be used for prediction, testing hypotheses, constructing other estimators, etc.. As an example consider the problem of prediction. Suppose x_0 is some point within the domain of distribution of the regressors, and one wants to know what the response variable would have been at that point. The mean response is the quantity y_0 = x_0^\mathrm \beta, whereas the predicted response is \hat_0 = x_0^\mathrm \hat\beta. Clearly the predicted response is a random variable, its distribution can be derived from that of \hat: : \left(\hat_0 - y_0\right)\ \xrightarrow\ \mathcal\left(0,\;\sigma^2 x_0^\mathrm Q_^ x_0\right), which allows construct confidence intervals for mean response y_0 to be constructed: : y_0 \in \left x_0^\mathrm \hat \pm q^_\!\sqrt\ \right/math>   at the confidence level.


Hypothesis testing

Two hypothesis tests are particularly widely used. First, one wants to know if the estimated regression equation is any better than simply predicting that all values of the response variable equal its sample mean (if not, it is said to have no explanatory power). The
null hypothesis In scientific research, the null hypothesis (often denoted ''H''0) is the claim that no difference or relationship exists between two sets of data or variables being analyzed. The null hypothesis is that any experimentally observed difference is ...
of no explanatory value of the estimated regression is tested using an F-test. If the calculated F-value is found to be large enough to exceed its critical value for the pre-chosen level of significance, the null hypothesis is rejected and the alternative hypothesis, that the regression has explanatory power, is accepted. Otherwise, the null hypothesis of no explanatory power is accepted. Second, for each explanatory variable of interest, one wants to know whether its estimated coefficient differs significantly from zero—that is, whether this particular explanatory variable in fact has explanatory power in predicting the response variable. Here the null hypothesis is that the true coefficient is zero. This hypothesis is tested by computing the coefficient's t-statistic, as the ratio of the coefficient estimate to its standard error. If the t-statistic is larger than a predetermined value, the null hypothesis is rejected and the variable is found to have explanatory power, with its coefficient significantly different from zero. Otherwise, the null hypothesis of a zero value of the true coefficient is accepted. In addition, the Chow test is used to test whether two subsamples both have the same underlying true coefficient values. The sum of squared residuals of regressions on each of the subsets and on the combined data set are compared by computing an F-statistic; if this exceeds a critical value, the null hypothesis of no difference between the two subsets is rejected; otherwise, it is accepted.


Example with real data

The following data set gives average heights and weights for American women aged 30–39 (source: ''The World Almanac and Book of Facts, 1975''). : When only one dependent variable is being modeled, a scatterplot will suggest the form and strength of the relationship between the dependent variable and regressors. It might also reveal outliers, heteroscedasticity, and other aspects of the data that may complicate the interpretation of a fitted regression model. The scatterplot suggests that the relationship is strong and can be approximated as a quadratic function. OLS can handle non-linear relationships by introducing the regressor 2. The regression model then becomes a multiple linear model: :w_i = \beta_1 + \beta_2 h_i + \beta_3 h_i^2 + \varepsilon_i. The output from most popular
statistical packages Statistical software are specialized computer programs for analysis in statistics and econometrics. Open-source * ADaMSoft – a generalized statistical software with data mining algorithms and methods for data management * ADMB – a software ...
will look similar to this: : In this table: * The ''Value'' column gives the least squares estimates of parameters ''βj'' * The ''Std error'' column shows standard errors of each coefficient estimate: \hat\sigma_j = \left(\hat^2\left _^\right\right)^\frac * The '' t-statistic'' and ''p-value'' columns are testing whether any of the coefficients might be equal to zero. The ''t''-statistic is calculated simply as t=\hat\beta_j/\hat\sigma_j. If the errors ε follow a normal distribution, ''t'' follows a Student-t distribution. Under weaker conditions, ''t'' is asymptotically normal. Large values of ''t'' indicate that the null hypothesis can be rejected and that the corresponding coefficient is not zero. The second column, ''p''-value, expresses the results of the hypothesis test as a significance level. Conventionally, ''p''-values smaller than 0.05 are taken as evidence that the population coefficient is nonzero. * ''R-squared'' is the coefficient of determination indicating goodness-of-fit of the regression. This statistic will be equal to one if fit is perfect, and to zero when regressors ''X'' have no explanatory power whatsoever. This is a biased estimate of the population ''R-squared'', and will never decrease if additional regressors are added, even if they are irrelevant. * ''Adjusted R-squared'' is a slightly modified version of R^2, designed to penalize for the excess number of regressors which do not add to the explanatory power of the regression. This statistic is always smaller than R^2, can decrease as new regressors are added, and even be negative for poorly fitting models: :: \overline^2 = 1 - \frac(1 - R^2) * ''Log-likelihood'' is calculated under the assumption that errors follow normal distribution. Even though the assumption is not very reasonable, this statistic may still find its use in conducting LR tests. * ''
Durbin–Watson statistic In statistics, the Durbin–Watson statistic is a test statistic used to detect the presence of autocorrelation at lag 1 in the residuals (prediction errors) from a regression analysis. It is named after James Durbin and Geoffrey Watson. The ...
'' tests whether there is any evidence of serial correlation between the residuals. As a rule of thumb, the value smaller than 2 will be an evidence of positive correlation. * '' Akaike information criterion'' and '' Schwarz criterion'' are both used for model selection. Generally when comparing two alternative models, smaller values of one of these criteria will indicate a better model. * ''Standard error of regression'' is an estimate of ''σ'', standard error of the error term. * ''Total sum of squares'', ''model sum of squared'', and ''residual sum of squares'' tell us how much of the initial variation in the sample were explained by the regression. * ''F-statistic'' tries to test the hypothesis that all coefficients (except the intercept) are equal to zero. This statistic has ''F''(''p–1'',''n–p'') distribution under the null hypothesis and normality assumption, and its ''p-value'' indicates probability that the hypothesis is indeed true. Note that when errors are not normal this statistic becomes invalid, and other tests such as Wald test or LR test should be used. Ordinary least squares analysis often includes the use of diagnostic plots designed to detect departures of the data from the assumed form of the model. These are some of the common diagnostic plots: * Residuals against the explanatory variables in the model. A non-linear relation between these variables suggests that the linearity of the conditional mean function may not hold. Different levels of variability in the residuals for different levels of the explanatory variables suggests possible heteroscedasticity. * Residuals against explanatory variables not in the model. Any relation of the residuals to these variables would suggest considering these variables for inclusion in the model. * Residuals against the fitted values, \hat. * Residuals against the preceding residual. This plot may identify serial correlations in the residuals. An important consideration when carrying out statistical inference using regression models is how the data were sampled. In this example, the data are averages rather than measurements on individual women. The fit of the model is very good, but this does not imply that the weight of an individual woman can be predicted with high accuracy based only on her height.


Sensitivity to rounding

This example also demonstrates that coefficients determined by these calculations are sensitive to how the data is prepared. The heights were originally given rounded to the nearest inch and have been converted and rounded to the nearest centimetre. Since the conversion factor is one inch to 2.54 cm this is ''not'' an exact conversion. The original inches can be recovered by Round(x/0.0254) and then re-converted to metric without rounding. If this is done the results become: Using either of these equations to predict the weight of a 5' 6" (1.6764 m) woman gives similar values: 62.94 kg with rounding vs. 62.98 kg without rounding. Thus a seemingly small variation in the data has a real effect on the coefficients but a small effect on the results of the equation. While this may look innocuous in the middle of the data range it could become significant at the extremes or in the case where the fitted model is used to project outside the data range ( extrapolation). This highlights a common error: this example is an abuse of OLS which inherently requires that the errors in the independent variable (in this case height) are zero or at least negligible. The initial rounding to nearest inch plus any actual measurement errors constitute a finite and non-negligible error. As a result, the fitted parameters are not the best estimates they are presumed to be. Though not totally spurious the error in the estimation will depend upon relative size of the ''x'' and ''y'' errors.


Another example with less real data


Problem statement

We can use the least square mechanism to figure out the equation of a two body orbit in polar base co-ordinates. The equation typically used is r(\theta) = \frac where r(\theta) is the radius of how far the object is from one of the bodies. In the equation the parameters p and e are used to determine the path of the orbit. We have measured the following data. We need to find the least-squares approximation of e and p for the given data.


Solution

First we need to represent e and p in a linear form. So we are going to rewrite the equation r(\theta) as \frac = \frac - \frac\cos(\theta). Now we can use this form to represent our observational data as: A^A \binom = A^b where x is \frac and y is \frac and A is constructed by the first column being the coefficient of \frac and the second column being the coefficient of \frac and b is the values for the respective \frac so A = \begin 1 & -0.731354\\1 & -0.707107\\1 & -0.615661\\1&\ 0.052336\\1& 0.309017\\1&0.438371 \end and b = \begin 0.21220\\ 0.21958\\ 0.24741\\ 0.45071\\ 0.52883\\ 0.56820\end. On solving we get \binom = \binom so ''p=\frac = 2.3000 and e=p\cdot y = 0.70001''


See also

* Bayesian least squares * Fama–MacBeth regression * Nonlinear least squares * Numerical methods for linear least squares * Nonlinear system identification


References


Further reading

* * * * * {{DEFAULTSORT:Ordinary Least Squares Parametric statistics Least squares