HOME

TheInfoList



OR:

In statistics, errors-in-variables models or measurement error models are regression models that account for measurement errors in the independent variables. In contrast, standard regression models assume that those regressors have been measured exactly, or observed without error; as such, those models account only for errors in the
dependent variables 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 demand ...
, or responses. In the case when some regressors have been measured with errors, estimation based on the standard assumption leads to inconsistent estimates, meaning that the parameter estimates do not tend to the true values even in very large samples. For simple linear regression the effect is an underestimate of the coefficient, known as the '' attenuation bias''. In non-linear models the direction of the bias is likely to be more complicated.


Motivating example

Consider a simple linear regression model of the form : y_ = \alpha + \beta x_^ + \varepsilon_t\,, \quad t=1,\ldots,T, where x_^ denotes the ''true'' but unobserved regressor. Instead we observe this value with an error: : x_ = x_^ + \eta_\, where the measurement error \eta_ is assumed to be independent of the true value x_^. If the y_′s are simply regressed on the x_′s (see simple linear regression), then the estimator for the slope coefficient is : \hat = \frac \,, which converges as the sample size T increases without bound: : \hat \xrightarrow \frac = \frac = \frac \,. Variances are non-negative, so that in the limit the estimate is smaller in magnitude than the true value of \beta, an effect which statisticians call ''attenuation'' or regression dilution. Thus the ‘naïve’ least squares estimator is inconsistent in this setting. However, the estimator is a
consistent estimator In statistics, a consistent estimator or asymptotically consistent estimator is an estimator—a rule for computing estimates of a parameter ''θ''0—having the property that as the number of data points used increases indefinitely, the result ...
of the parameter required for a best linear predictor of y given x: in some applications this may be what is required, rather than an estimate of the ‘true’ regression coefficient, although that would assume that the variance of the errors in observing x^ remains fixed. This follows directly from the result quoted immediately above, and the fact that the regression coefficient relating the y_′s to the actually observed x_′s, in a simple linear regression, is given by : \beta_x = \frac . It is this coefficient, rather than \beta, that would be required for constructing a predictor of y based on an observed x which is subject to noise. It can be argued that almost all existing data sets contain errors of different nature and magnitude, so that attenuation bias is extremely frequent (although in multivariate regression the direction of bias is ambiguous).
Jerry Hausman Jerry Allen Hausman (born May 5, 1946) is the John and Jennie S. MacDonald Professor of Economics at the Massachusetts Institute of Technology and a notable econometrician. He has published numerous influential papers in microeconometrics. Haus ...
sees this as an ''iron law of econometrics'': "The magnitude of the estimate is usually smaller than expected."


Specification

Usually measurement error models are described using the latent variables approach. If y is the response variable and x are observed values of the regressors, then it is assumed there exist some latent variables y^ and x^ which follow the model's “true”
functional relationship In mathematics, a function from a set to a set assigns to each element of exactly one element of .; the words map, mapping, transformation, correspondence, and operator are often used synonymously. The set is called the domain of the functi ...
g(\cdot), and such that the observed quantities are their noisy observations: : \begin y^* = g(x^*\!,w\,, \,\theta),\\ y = y^ + \varepsilon, \\ x = x^ + \eta, \end where \theta is the model's
parameter A parameter (), generally, is any characteristic that can help in defining or classifying a particular system (meaning an event, project, object, situation, etc.). That is, a parameter is an element of a system that is useful, or critical, when ...
and w are those regressors which are assumed to be error-free (for example when linear regression contains an intercept, the regressor which corresponds to the constant certainly has no "measurement errors"). Depending on the specification these error-free regressors may or may not be treated separately; in the latter case it is simply assumed that corresponding entries in the variance matrix of \eta's are zero. The variables y, x, w are all ''observed'', meaning that the statistician possesses a
data set A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the ...
of n
statistical unit In statistics, a unit is one member of a set of entities being studied. It is the main source for the mathematical abstraction of a "random variable". Common examples of a unit would be a single person, animal, plant, manufactured item, or country ...
s \left\_ which follow the data generating process described above; the latent variables x^*, y^*, \varepsilon, and \eta are not observed however. This specification does not encompass all the existing errors-in-variables models. For example in some of them function g(\cdot) may be
non-parametric Nonparametric statistics is the branch of statistics that is not based solely on parametrized families of probability distributions (common examples of parameters are the mean and variance). Nonparametric statistics is based on either being distri ...
or semi-parametric. Other approaches model the relationship between y^* and x^* as distributional instead of functional, that is they assume that y^* conditionally on x^* follows a certain (usually parametric) distribution.


Terminology and assumptions

* The observed variable x may be called the ''manifest'', ''indicator'', or ''proxy'' variable. * The unobserved variable x^* may be called the ''latent'' or ''true'' variable. It may be regarded either as an unknown constant (in which case the model is called a ''functional model''), or as a random variable (correspondingly a ''structural model''). * The relationship between the measurement error \eta and the latent variable x^* can be modeled in different ways: ** ''Classical errors'': \eta \perp x^* the errors are independent of the latent variable. This is the most common assumption, it implies that the errors are introduced by the measuring device and their magnitude does not depend on the value being measured. ** ''Mean-independence'': \operatorname x^*,=\,0, the errors are mean-zero for every value of the latent regressor. This is a less restrictive assumption than the classical one, as it allows for the presence of heteroscedasticity or other effects in the measurement errors. ** ''Berkson's errors'': \eta\,\perp\,x, the errors are independent of the ''observed'' regressor ''x''. This assumption has very limited applicability. One example is round-off errors: for example if a person's age* is a continuous random variable, whereas the observed age is truncated to the next smallest integer, then the truncation error is approximately independent of the observed age. Another possibility is with the fixed design experiment: for example if a scientist decides to make a measurement at a certain predetermined moment of time x, say at x = 10 s, then the real measurement may occur at some other value of x^* (for example due to her finite reaction time) and such measurement error will be generally independent of the "observed" value of the regressor. ** ''Misclassification errors'': special case used for the dummy regressors. If x^* is an indicator of a certain event or condition (such as person is male/female, some medical treatment given/not, etc.), then the measurement error in such regressor will correspond to the incorrect classification similar to type I and type II errors in statistical testing. In this case the error \eta may take only 3 possible values, and its distribution conditional on x^* is modeled with two parameters: \alpha = \operatorname x^* = 1/math>, and \beta =\operatorname x^*=0/math>. The necessary condition for identification is that \alpha + \beta < 1, that is misclassification should not happen "too often". (This idea can be generalized to discrete variables with more than two possible values.)


Linear model

Linear errors-in-variables models were studied first, probably because
linear model In statistics, the term linear model is used in different ways according to the context. The most common occurrence is in connection with regression models and the term is often taken as synonymous with linear regression model. However, the term ...
s were so widely used and they are easier than non-linear ones. Unlike standard least squares regression (OLS), extending errors in variables regression (EiV) from the simple to the multivariable case is not straightforward.


Simple linear model

The simple linear errors-in-variables model was already presented in the "motivation" section: : \begin y_t = \alpha + \beta x_t^* + \varepsilon_t, \\ x_t = x_t^* + \eta_t, \end where all variables are scalar. Here ''α'' and ''β'' are the parameters of interest, whereas ''σε'' and ''ση''—standard deviations of the error terms—are the nuisance parameters. The "true" regressor ''x*'' is treated as a random variable (''structural'' model), independent of the measurement error ''η'' (''classic'' assumption). This model is
identifiable In statistics, identifiability is a property which a model must satisfy for precise inference to be possible. A model is identifiable if it is theoretically possible to learn the true values of this model's underlying parameters after obtaining an ...
in two cases: (1) either the latent regressor ''x*'' is ''not'' normally distributed, (2) or ''x*'' has normal distribution, but neither ''εt'' nor ''ηt'' are divisible by a normal distribution. That is, the parameters ''α'', ''β'' can be consistently estimated from the data set \scriptstyle(x_t,\,y_t)_^T without any additional information, provided the latent regressor is not Gaussian. Before this identifiability result was established, statisticians attempted to apply the maximum likelihood technique by assuming that all variables are normal, and then concluded that the model is not identified. The suggested remedy was to ''assume'' that some of the parameters of the model are known or can be estimated from the outside source. Such estimation methods include * Deming regression — assumes that the ratio ''δ'' = ''σ²ε''/''σ²η'' is known. This could be appropriate for example when errors in ''y'' and ''x'' are both caused by measurements, and the accuracy of measuring devices or procedures are known. The case when ''δ'' = 1 is also known as the orthogonal regression. * Regression with known reliability ratio ''λ'' = ''σ²''/ ( ''σ²η'' + ''σ²''), where ''σ²'' is the variance of the latent regressor. Such approach may be applicable for example when repeating measurements of the same unit are available, or when the reliability ratio has been known from the independent study. In this case the consistent estimate of slope is equal to the least-squares estimate divided by ''λ''. * Regression with known ''σ²η'' may occur when the source of the errors in ''xs is known and their variance can be calculated. This could include rounding errors, or errors introduced by the measuring device. When ''σ²η'' is known we can compute the reliability ratio as ''λ'' = ( ''σ²x'' − ''σ²η'') / ''σ²x'' and reduce the problem to the previous case. Newer estimation methods that do not assume knowledge of some of the parameters of the model, include


Multivariable linear model

The multivariable model looks exactly like the simple linear model, only this time ''β'', ''η''''t'', ''x''''t'' and ''x*''''t'' are ''k×''1 vectors. : \begin y_t = \alpha + \beta'x_t^* + \varepsilon_t, \\ x_t = x_t^* + \eta_t. \end In the case when (''ε''''t'',''η''''t'') is jointly normal, the parameter ''β'' is not identified if and only if there is a non-singular ''k×k'' block matrix 'a A'' where ''a'' is a ''k×''1 vector such that ''a′x*'' is distributed normally and independently of ''A′x*''. In the case when ''ε''''t'', ''η''''t1'',..., ''η''''tk'' are mutually independent, the parameter ''β'' is not identified if and only if in addition to the conditions above some of the errors can be written as the sum of two independent variables one of which is normal. Some of the estimation methods for multivariable linear models are


Non-linear models

A generic non-linear measurement error model takes form : \begin y_t = g(x^*_t) + \varepsilon_t, \\ x_t = x^*_t + \eta_t. \end Here function ''g'' can be either parametric or non-parametric. When function ''g'' is parametric it will be written as ''g(x*, β)''. For a general vector-valued regressor ''x*'' the conditions for model identifiability are not known. However in the case of scalar ''x*'' the model is identified unless the function ''g'' is of the "log-exponential" form : g(x^*) = a + b \ln\big(e^ + d\big) and the latent regressor ''x*'' has density : f_(x) = \begin A e^(e^+E)^, & \text\ d>0 \\ A e^ & \text\ d=0 \end where constants ''A,B,C,D,E,F'' may depend on ''a,b,c,d''. Despite this optimistic result, as of now no methods exist for estimating non-linear errors-in-variables models without any extraneous information. However there are several techniques which make use of some additional data: either the instrumental variables, or repeated observations.


Instrumental variables methods


Repeated observations

In this approach two (or maybe more) repeated observations of the regressor ''x*'' are available. Both observations contain their own measurement errors, however those errors are required to be independent: : \begin x_ = x^*_t + \eta_, \\ x_ = x^*_t + \eta_, \end where ''x*'' ⊥ ''η''1 ⊥ ''η''2. Variables ''η''1, ''η''2 need not be identically distributed (although if they are efficiency of the estimator can be slightly improved). With only these two observations it is possible to consistently estimate the density function of ''x*'' using Kotlarski's
deconvolution In mathematics, deconvolution is the operation inverse to convolution. Both operations are used in signal processing and image processing. For example, it may be possible to recover the original signal after a filter (convolution) by using a deco ...
technique.


References


Further reading

* * *


External links


An Historical Overview of Linear Regression with Errors in both Variables
J.W. Gillard 2006 * by Mark Thoma. {{DEFAULTSORT:Errors-In-Variables Models Regression models Least squares