Namespaces
Variants
Actions

Difference between revisions of "Least absolute residuals procedure"

From Encyclopedia of Mathematics
Jump to: navigation, search
(Created page with " {| class="wikitable" !Copyright notice <!-- don't remove! --> |- | This article ''Least Absolute Residuals Procedure'' was adapted from an original article by Richard Wi...")
 
m (Changes requested by originator)
Line 72: Line 72:
 
simplex procedure.
 
simplex procedure.
  
Gauss has noted (when $q = 2$) that solutions of this problem are
+
Gauss has noted (when $q \geq 1$) that solutions of this problem are
 
characterised by the presence of a set of $q$ zero residuals. Such solutions
 
characterised by the presence of a set of $q$ zero residuals. Such solutions
 
are robust to the presence of outlying observations. Indeed, they remain
 
are robust to the presence of outlying observations. Indeed, they remain
Line 106: Line 106:
 
<!-- \vspace{0.5cm} -->
 
<!-- \vspace{0.5cm} -->
  
\mathbf
+
 
 
====References====
 
====References====
 
{|
 
{|
 
|-
 
|-
|valign="top"|{{Ref|0.2cm}}||valign="top"|  Yadolah Dodge (Ed.) (1987),'' Statistical Data Analysis Based on the ''$L_{1}$''-Norm and Related Methods'', North-Holland Publishing Company, Amsterdam, The Netherlands. Yadolah Dodge (Ed.) (1992), $L_{1}$''-Statistical Analysis and Related Methods'', North-Holland Publishing Company, Amsterdam, The Netherlands. Yadolah Dodge (Ed.) (1997), $L_{1}$''-Statistical Procedures and Related Topics,'' Institute of Mathematical Statistics, Hayward, California, USA. Yadolah Dodge (Ed.) (2002), ''Statistical Data Analysis based on the $L_{1''$-Norm and Related Methods,} Birkh&auml;user Publishing, Basel, Switzerland.  
+
|valign="top"|{{Ref|1}}||valign="top"|  Yadolah Dodge (Ed.) (1987),'' Statistical Data Analysis Based on the ''$L_{1}$''-Norm and Related Methods'', North-Holland Publishing Company, Amsterdam, The Netherlands.
 
|-
 
|-
|valign="top"|{{Ref|0.2cm}}||valign="top"| Richard William Farebrother (2002), ''Visualizing Statistical Models and Concepts'', Marcel Dekker, New York, USA.  
+
|valign="top"|{{Ref|2}}||valign="top"|Yadolah Dodge (Ed.) (1992), $L_{1}$''-Statistical Analysis and Related Methods'', North-Holland Publishing Company, Amsterdam, The Netherlands.
 
|-
 
|-
|valign="top"|{{Ref|0.5cm}}||valign="top"| Reprinted with permission from Lovric, Miodrag (2011), International Encyclopedia of Statistical Science. Heidelberg: Springer Science +Business Media, LLC
+
|valign="top"|{{Ref|3}}||valign="top"|Yadolah Dodge (Ed.) (1997), $L_{1}$''-Statistical Procedures and Related Topics,'' Institute of Mathematical Statistics, Hayward, California, USA.
 
|-
 
|-
|valign="top"|{{Ref|0.5cm}}||valign="top"|  Richard William Farebrother
+
|valign="top"|{{Ref|4}}||valign="top"|Yadolah Dodge (Ed.) (2002), ''Statistical Data Analysis based on the $L_1$-Norm and Related Methods,'' Birkh&auml;user Publishing, Basel, Switzerland.
 +
|-
 +
|valign="top"|{{Ref|5}}||valign="top"|  Richard William Farebrother (2002), ''Visualizing Statistical Models and Concepts'', Marcel Dekker, New York, USA.
 
|-
 
|-
 
|}
 
|}
  
 +
<references />
  
<references />
+
Reprinted with permission from Lovric, Miodrag (2011), International Encyclopedia of Statistical Science. Heidelberg: Springer Science +Business Media, LLC.
 +
 
 +
Richard William Farebrother
  
 
[[Category:Statprob]]
 
[[Category:Statprob]]

Revision as of 11:31, 22 September 2016

Copyright notice
This article Least Absolute Residuals Procedure was adapted from an original article by Richard William Farebrother, which appeared in StatProb: The Encyclopedia Sponsored by Statistics and Probability Societies. The original article ([http://statprob.com/encyclopedia/LeastAbsoluteResidualsProcedure.html StatProb Source], Local Files: pdf | tex) is copyrighted by the author(s), the article has been donated to Encyclopedia of Mathematics, and its further issues are under Creative Commons Attribution Share-Alike License'. All pages from StatProb are contained in the Category StatProb.

2020 Mathematics Subject Classification: Primary: 01A50 [MSN][ZBL]


Summary some fifty years before the least sum of squared residuals fitting procedure was published in 1805, Boscovich (or Bo\v{s}kovi\'{c}) proposed an alternative which minimises the (constrained) sum of the absolute residuals.


For $i=1,2,...,n$, let $\{x_{i1},x_{i2},...,x_{iq},y_{i}\}$ represent the $i$th observation on a set of $q+1$ variables and suppose that we wish to fit a linear model of the form

\begin{equation*} y_i = x_{i1}\beta_1 + x_{i2}\beta_2 +... + x_{iq}\beta_q + \epsilon_i \end{equation*}

to these $n$ observations. Then, for $p > 0$, the $L_p$-norm fitting procedure chooses values for $b_1, b_2,..., b_q$ to minimise the $L_p$-norm of the residuals $[\sum_{i=1}^n |e_i|^p]^{1/p}$ where, for $i = 1, 2,..., n$, the $i$th residual is defined by

\begin{equation*} e_i = y_i - x_{i1}b_1 - x_{i2}b_2 -... - x_{iq}b_q. \end{equation*}

The most familiar $L_p$-norm fitting procedure, known as the least squares procedure, sets $p=2$ and chooses values for $b_1, b_2,..., b_q$ to minimise the sum of the squared residuals $\sum_{i=1}^n e_i^2$.

A second choice, to be discussed in the present article, sets $p=1$ and chooses $b_1, b_2,..., b_q$ to minimise the sum of the absolute residuals $\sum_{i=1}^n |e_i|$

A third choice sets $p=\infty $ and chooses $b_{1},b_{2},...,b_{q}$ to minimise the largest absolute residual $max_{i=1}^{n}|e_{i}|$.

Setting $u_i = e_i$ and $v_i = 0$ if $e_i \geq 0$ and $u_i = 0$ and $v_i = -e_i$ if $e_i < 0$, we find that $e_i = u_i - v_i$ so that the least absolute residuals ($LAR$) fitting problem chooses $b_1, b_2,..., b_q$ to minimise the sum of the absolute residuals

\begin{equation*} \sum_{i=1}^n (u_i + v_i) \end{equation*} subject to \begin{equation*} x_{i1}b_1 + x_{i2}b_2 +... + x_{iq}b_q + U_i - v_i = y_i \quad \text{for}\ i = 1, 2,..., n \end{equation*} \begin{equation*} \text{and}\quad U_i \geq 0, v_i \geq 0\quad \text{for} i = 1, 2,..., n. \end{equation*}

The $LAR$ fitting problem thus takes the form of a linear programming problem and is often solved by means of a variant of the dual simplex procedure.

Gauss has noted (when $q \geq 1$) that solutions of this problem are characterised by the presence of a set of $q$ zero residuals. Such solutions are robust to the presence of outlying observations. Indeed, they remain constant under variations in the other $n - q$ observations provided that these variations do not cause any of the residuals to change their signs.

The $LAR$ fitting procedure corresponds to the maximum likelihood estimator when the $\epsilon$-disturbances follow a double exponential (Laplacian) distribution. This estimator is more robust to the presence of outlying observations than is the standard least squares estimator which maximises the likelihood function when the $\epsilon$-disturbances are normal (Gaussian). Nevertheless, the $LAR$ estimator has an asymptotic normal distribution as it is a member of Huber's class of $M$-estimators.

There are many variants of the basic $LAR$ procedure but the one of greatest historical interest is that proposed in 1760 by the Croatian Jesuit scientist Rugjer (or Rudjer) Josip Bo\v{s}kovi\'{c} (1711--1787) (Latin: Rogerius Josephus Boscovich; Italian: Ruggiero Giuseppe Boscovich). In his variant of the standard $LAR$ procedure, there are two explanatory variables of which the first is constant $x_{i1}=1$ and the values of $b_{1}$ and $b_{2}$ are constrained to satisfy the adding-up condition $\sum_{i=1}^{n}(y_{i}-b_{1}-x_{i2}b_{2})=0$ usually associated with the least squares procedure developed by Gauss in 1795 and published by Legendre in 1805. Computer algorithms implementing this variant of the $LAR$ procedure with $q \geq 2$ variables are still to be found in the literature.

For an account of recent developments in this area, see the series of volumes edited by Dodge (1987, 1992, 1997, 2002). For a detailed history of the $LAR$ procedure, analysing the contributions of Bo\v{s}kovi\'{c}, Laplace, Gauss, Edgeworth, Turner, Bowley and Rhodes, see Farebrother (1999). And, for a discussion of the geometrical and mechanical representation of the least squares and $LAR$ fitting procedures, see Farebrother (2002).


References

[1] Yadolah Dodge (Ed.) (1987), Statistical Data Analysis Based on the $L_{1}$-Norm and Related Methods, North-Holland Publishing Company, Amsterdam, The Netherlands.
[2] Yadolah Dodge (Ed.) (1992), $L_{1}$-Statistical Analysis and Related Methods, North-Holland Publishing Company, Amsterdam, The Netherlands.
[3] Yadolah Dodge (Ed.) (1997), $L_{1}$-Statistical Procedures and Related Topics, Institute of Mathematical Statistics, Hayward, California, USA.
[4] Yadolah Dodge (Ed.) (2002), Statistical Data Analysis based on the $L_1$-Norm and Related Methods, Birkhäuser Publishing, Basel, Switzerland.
[5] Richard William Farebrother (2002), Visualizing Statistical Models and Concepts, Marcel Dekker, New York, USA.


Reprinted with permission from Lovric, Miodrag (2011), International Encyclopedia of Statistical Science. Heidelberg: Springer Science +Business Media, LLC.

Richard William Farebrother

How to Cite This Entry:
Least absolute residuals procedure. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Least_absolute_residuals_procedure&oldid=39162