Endogeneity (econometrics)
   HOME

TheInfoList



OR:

In
econometrics Econometrics is an application of statistical methods to economic data in order to give empirical content to economic relationships. M. Hashem Pesaran (1987). "Econometrics", '' The New Palgrave: A Dictionary of Economics'', v. 2, p. 8 p. 8 ...
, endogeneity broadly refers to situations in which an
explanatory variable A variable is considered dependent if it depends on (or is hypothesized to depend on) an independent variable. Dependent variables are studied under the supposition or demand that they depend, by some law or rule (e.g., by a mathematical function ...
is
correlated In statistics, correlation or dependence is any statistical relationship, whether causal or not, between two random variables or bivariate data. Although in the broadest sense, "correlation" may indicate any type of association, in statistic ...
with the error term. The distinction between endogenous and exogenous variables originated in simultaneous equations models, where one separates variables whose values are determined by the
model A model is an informative representation of an object, person, or system. The term originally denoted the plans of a building in late 16th-century English, and derived via French and Italian ultimately from Latin , . Models can be divided in ...
from variables which are predetermined. Ignoring simultaneity in the estimation leads to biased estimates as it violates the exogeneity assumption of the
Gauss–Markov theorem In statistics, the Gauss–Markov theorem (or simply Gauss theorem for some authors) 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 problem of endogeneity is often ignored by researchers conducting non-experimental research and doing so precludes making policy recommendations. Instrumental variable techniques are commonly used to mitigate this problem. Besides simultaneity, correlation between explanatory variables and the error term can arise when an unobserved or omitted variable is confounding both independent and dependent variables, or when independent variables are measured with error.


Exogeneity versus endogeneity

In a stochastic model, the notion of the ''usual exogeneity'', ''sequential exogeneity'', ''strong/strict exogeneity'' can be defined. Exogeneity is articulated in such a way that a variable or variables is exogenous for parameter \alpha. Even if a variable is exogenous for parameter \alpha, it might be endogenous for parameter \beta. When the explanatory variables are not stochastic, then they are strong exogenous for all the parameters. If the independent variable is
correlated In statistics, correlation or dependence is any statistical relationship, whether causal or not, between two random variables or bivariate data. Although in the broadest sense, "correlation" may indicate any type of association, in statistic ...
with the error term in a regression model then the estimate of the regression coefficient in an ordinary least squares (OLS) regression is biased; however if the correlation is not contemporaneous, then the coefficient estimate may still be
consistent In deductive logic, a consistent theory is one that does not lead to a logical contradiction. A theory T is consistent if there is no formula \varphi such that both \varphi and its negation \lnot\varphi are elements of the set of consequences ...
. There are many methods of correcting the bias, including instrumental variable regression and Heckman selection correction.


Static models

The following are some common sources of endogeneity.


Omitted variable

In this case, the endogeneity comes from an uncontrolled confounding variable, a variable that is correlated with both the independent variable in the model and with the error term. (Equivalently, the omitted variable affects the independent variable and separately affects the dependent variable.) Assume that the "true" model to be estimated is : y_i = \alpha + \beta x_i + \gamma z_i + u_i but z_i is omitted from the regression model (perhaps because there is no way to measure it directly). Then the model that is actually estimated is : y_i = \alpha + \beta x_i + \varepsilon_i where \varepsilon_i=\gamma z_i + u_i (thus, the z_i term has been absorbed into the error term). If the correlation of x and z is not 0 and z separately affects y (meaning \gamma \neq 0), then x is correlated with the error term \varepsilon. Here, x is not exogenous for \alpha and \beta, since, given x, the distribution of y depends not only on \alpha and \beta, but also on z and \gamma.


Measurement error

Suppose that a perfect measure of an independent variable is impossible. That is, instead of observing x^_, what is actually observed is x_i=x^_+ \nu_i where \nu_i is the measurement error or "noise". In this case, a model given by : y_i = \alpha+\beta x^_i + \varepsilon_i can be written in terms of observables and error terms as : \begin y_i & = \alpha+\beta(x_i-\nu_i) + \varepsilon_i \\ pty_i & = \alpha+\beta x_i +(\varepsilon_i - \beta\nu_i) \\ pty_i & = \alpha+\beta x_i +u_i \quad (\text u_i=\varepsilon_i - \beta\nu_i) \end Since both x_i and u_i depend on \nu_i, they are correlated, so the OLS estimation of \beta will be biased downward. Measurement error in the dependent variable, y_i, does not cause endogeneity, though it does increase the variance of the error term.


Simultaneity

Suppose that two variables are codetermined, with each affecting the other according to the following "structural" equations: :y_i = \beta_1 x_i + \gamma_1 z_i + u_i :z_i = \beta_2 x_i + \gamma_2 y_i + v_i Estimating either equation by itself results in endogeneity. In the case of the first structural equation, E(z_i u_i) \neq 0. Solving for z_i while assuming that 1-\gamma_1 \gamma_2 \neq 0 results in :z_i = \fracx_i+\fracv_i+\fracu_i. Assuming that x_i and v_i are uncorrelated with u_i, :\operatorname E(z_i u_i) = \frac\operatorname E(u_i u_i) \neq 0. Therefore, attempts at estimating either structural equation will be hampered by endogeneity.


Dynamic models

The endogeneity problem is particularly relevant 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. ...
analysis of
causal Causality is an influence by which one Event (philosophy), event, process, state, or Object (philosophy), object (''a'' ''cause'') contributes to the production of another event, process, state, or object (an ''effect'') where the cause is at l ...
processes. It is common for some factors within a causal system to be dependent for their value in period ''t'' on the values of other factors in the causal system in period ''t'' − 1. Suppose that the level of pest infestation is independent of all other factors within a given period, but is influenced by the level of rainfall and fertilizer in the preceding period. In this instance it would be correct to say that infestation is exogenous within the period, but
endogenous Endogeny, in biology, refers to the property of originating or developing from within an organism, tissue, or cell. For example, ''endogenous substances'', and ''endogenous processes'' are those that originate within a living system (e.g. an ...
over time. Let the model be ''y'' = ''f''(''x'', ''z'') + ''u''. If the variable ''x'' is sequential exogenous for parameter \alpha, and ''y'' does not cause ''x'' in the Granger sense, then the variable ''x'' is strongly/strictly exogenous for the parameter \alpha.


Simultaneity

Generally speaking, simultaneity occurs in the dynamic model just like in the example of static simultaneity above.


See also

* Virtuous circle and vicious circle * Heterogeneity *
Dependent and independent variables A variable is considered dependent if it depends on (or is hypothesized to depend on) an independent variable. Dependent variables are studied under the supposition or demand that they depend, by some law or rule (e.g., by a mathematical function ...


Footnotes


References


Further reading

* * *


External links

* * {{YouTube, id=WlOtUA8Rqw8&list=PLD15D38DC7AA3B737&index=14#t=7m42s, title=Lecture on Simultaneity Bias by Mark Thoma
Seth Godin's simple views on endogeneity
Causality Estimation theory Econometric models Corporate finance