Jump to content

Partial least squares regression: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Pflammer (talk | contribs)
PLS1: Making it more clear what is a matrix, what is a vector, and what is a scalar.
Pflammer (talk | contribs)
m PLS1: Changing T -> t
Line 34: Line 34:
4 <math>t^{(0)} \gets X w^{(0)}</math>
4 <math>t^{(0)} \gets X w^{(0)}</math>
5 '''for''' <math>k</math> = 0 '''to''' <math>l</math>
5 '''for''' <math>k</math> = 0 '''to''' <math>l</math>
6 <math>t_k \gets {t^{(k)}}^T T^{(k)}</math> (note this is a scalar)
6 <math>t_k \gets {t^{(k)}}^T t^{(k)}</math> (note this is a scalar)
7 <math>t^{(k)} \gets t^{(k)} / t_k</math>
7 <math>t^{(k)} \gets t^{(k)} / t_k</math>
8 <math>p^{(k)} \gets {X^{(k)}}^T t^{(k)}</math>
8 <math>p^{(k)} \gets {X^{(k)}}^T t^{(k)}</math>

Revision as of 20:30, 5 March 2013

Partial least squares regression (PLS regression) is a statistical method that bears some relation to principal components regression; instead of finding hyperplanes of minimum variance between the response and independent variables, it finds a linear regression model by projecting the predicted variables and the observable variables to a new space. Because both the X and Y data are projected to new spaces, the PLS family of methods are known as bilinear factor models. Partial least squares Discriminant Analysis (PLS-DA) is a variant used when the Y is binary.

PLS is used to find the fundamental relations between two matrices (X and Y), i.e. a latent variable approach to modeling the covariance structures in these two spaces. A PLS model will try to find the multidimensional direction in the X space that explains the maximum multidimensional variance direction in the Y space. PLS regression is particularly suited when the matrix of predictors has more variables than observations, and when there is multicollinearity among X values. By contrast, standard regression will fail in these cases.

The PLS algorithm is employed in PLS path modelling[1][2], a method of modeling a "causal" network of latent variables, as the word 'causal' has to put in quotes because causes obviously cannot be determined without experimental or quasi-experimental methods. This technique is a form of structural equation modeling, distinguished from the classical method by being component-based rather than covariance-based.[3]

Partial least squares was introduced by the Swedish statistician Herman Wold, who then developed it with his son, Svante Wold. An alternative term for PLS (and more correct according to Svante Wold[4]) is projection to latent structures, but the term partial least squares is still dominant in many areas. Although the original applications were in the social sciences, PLS regression is today most widely used in chemometrics and related areas. It is also used in bioinformatics, sensometrics, neuroscience and anthropology. In contrast, PLS path modeling is most often used in social sciences, econometrics, marketing and strategic management.

Underlying model

The general underlying model of multivariate PLS is

where is an matrix of predictors, is an matrix of responses; and are matrices that are, respectively, projections of X (the X score, component or factor matrix) and projections of Y (the Y scores); and are, respectively, and orthogonal loading matrices; and matrices and are the error terms, assumed to be i.i.d. normal. The decompositions of X and Y are made so as to maximise the covariance of T and U.

Algorithms

A number of variants of PLS exist for estimating the factor and loading matrices and . Most of them construct estimates of the linear regression between and as . Some PLS algorithms are only appropriate for the case where is a column vector, while others deal with the general case of a matrix . Algorithms also differ on whether they estimate the factor matrix as an orthogonal, an orthonormal matrix or not.[5][6][7][8][9][10] The final prediction will be the same for all these varieties of PLS, but the components will differ.

PLS1

PLS1 is a widely used algorithm appropriate for the vector case. It estimates as an orthonormal matrix. In pseudocode it is expressed below (capital letters are matrices, lower case letters are vectors if they are superscripted and scalars if they are subscripted):

 1  function PLS1()
 2  
 3  , an initial estimate of .
 4   
 5  for  = 0 to 
 6       (note this is a scalar)
 7      
 8      
 9       (note this is a scalar)
10      if  = 0
11          , break the for loop
12      if 
13          
14          
15          
16  end for
17  define  to be the matrix with columns .
    Do the same to form the  matrix and  vector.
18  
19  
20  return 

This form of the algorithm does not require centering of the input and , as this is performed implicitly by the algorithm. This algorithm features 'deflation' of the matrix (subtraction of ), but deflation of the vector is not performed, as it is not necessary (it can be proved that deflating yields the same results as not deflating.). The user-supplied variable is the limit on the number of latent factors in the regression; if it equals the rank of the matrix , the algorithm will yield the least squares regression estimates for and

Extensions

In 2002 a new preprocessing method was published called orthogonal projections to latent structures (OPLS). In OPLS systematic variation in the X matrix not correlated to Y is removed. This improves the interpretability (but not the predictivity) of the PLS models.[11] L-PLS extends PLS regression to 3 connected data blocks.[12]

Software implementation

Most major statistical software packages offer PLS regression.[citation needed]

See also

References

  1. ^ Tenenhaus, M.; Esposito Vinzi, V.; Chatelinc, Y-M.; Lauro, C. (January 2005). "PLS path modeling" (PDF). Computational Statistics & Data Analysis. 48 (1): 159–205. doi:10.1016/j.csda.2004.03.005.
  2. ^ Vinzi, V.; Chin, W.W.; Henseler, J.; Wang, H., eds. (2010). Handbook of Partial Least Squares. ISBN 978-3-540-32825-4.
  3. ^ Tenenhaus, M. (2008). "Component-based structural equation modelling" (PDF).
  4. ^ Wold, S; Sjöström, M.; Eriksson, L. (2001). "PLS-regression: a basic tool of chemometrics". Chemometrics and Intelligent Laboratory Systems. 58 (2): 109–130. doi:10.1016/S0169-7439(01)00155-1.
  5. ^ Lindgren, F; Geladi, P; Wold, S (1993). "The kernel algorithm for PLS". J. Chemometrics. 7: 45–59. doi:10.1002/cem.1180070104.
  6. ^ de Jong, S.; ter Braak, C.J.F. (1994). "Comments on the PLS kernel algorithm". J. Chemometrics. 8 (2): 169–174. doi:10.1002/cem.1180080208.
  7. ^ Dayal, B.S.; MacGregor, J.F. (1997). "Improved PLS algorithms". J. Chemometrics. 11 (1): 73–85. doi:10.1002/(SICI)1099-128X(199701)11:1<73::AID-CEM435>3.0.CO;2-#.
  8. ^ de Jong, S. (1993). "SIMPLS: an alternative approach to partial least squares regression". Chemometrics and Intelligent Laboratory Systems. 18 (3): 251–263. doi:10.1016/0169-7439(93)85002-X.
  9. ^ Rannar, S.; Lindgren, F.; Geladi, P.; Wold, S. (1994). "A PLS Kernel Algorithm for Data Sets with Many Variables and Fewer Objects. Part 1: Theory and Algorithm". J. Chemometrics. 8 (2): 111–125. doi:10.1002/cem.1180080204.
  10. ^ Abdi, H. (2010). "Partial least squares regression and projection on latent structure regression (PLS-Regression)". Wiley Interdisciplinary Reviews: Computational Statistics. 2: 97–106. doi:10.1002/wics.51.
  11. ^ Trygg, J; Wold, S (2002). "Orthogonal Projections to Latent Structures". Journal of Chemometrics. 16 (3): 119–128. doi:10.1002/cem.695.
  12. ^ Sæbøa, S.; Almøya, T.; Flatbergb, A.; Aastveita, A.H.; Martens, H. (2008). "LPLS-regression: a method for prediction and classification under the influence of background information on predictor variables". Chemometrics and Intelligent Laboratory Systems. 91 (2): 121–132. doi:10.1016/j.chemolab.2007.10.006.

Further reading

  • Kramer, R. (1998). Chemometric Techniques for Quantitative Analysis. Marcel-Dekker. ISBN 0-8247-0198-4.
  • Frank, Ildiko E.; Friedman, Jerome H. (1993). "A Statistical View of Some Chemometrics Regression Tools". Technometrics. 35 (2): 109–148. doi:10.1080/00401706.1993.10485033.
  • Haenlein, Michael; Kaplan, Andreas M. (2004). "A Beginner's Guide to Partial Least Squares Analysis". Understanding Statistics. 3 (4): 283–297. doi:10.1207/s15328031us0304_4.
  • Henseler, Joerg; Fassott, Georg (2005). "Testing Moderating Effects in PLS Path Models. An Illustration of Available Procedures". {{cite journal}}: Cite journal requires |journal= (help)
  • Lingjærde, Ole-Christian; Christophersen, Nils (2000). "Shrinkage Structure of Partial Least Squares". Scandinavian Journal of Statistics. 27 (3): 459–473. doi:10.1111/1467-9469.00201.
  • Tenenhaus, Michel (1998). La Régression PLS: Théorie et Pratique. Paris: Technip.
  • Rosipal, Roman; Kramer, Nicole (2006). "Overview and Recent Advances in Partial Least Squares, in Subspace, Latent Structure and Feature Selection Techniques": 34–51. {{cite journal}}: Cite journal requires |journal= (help)
  • Helland, Inge S. (1990). "PLS regression and statistical models". Scandinavian Journal of Statistics. 17 (2): 97–114. JSTOR 4616159.
  • Wold, Herman (1966). "Estimation of principal components and related models by iterative least squares". In Krishnaiaah, P.R. (ed.). Multivariate Analysis. New York: Academic Press. pp. 391–420.
  • Wold, Herman (1981). The fix-point approach to interdependent systems. Amsterdam: North Holland.
  • Wold, Herman (1985). "Partial least squares". In Kotz, Samuel; Johnson, Norman L. (eds.). Encyclopedia of statistical sciences. Vol. 6. New York: Wiley. pp. 581–591.
  • Wold, Svante; Ruhe, Axel; Wold, Herman; Dunn, W.J. (1984). "The collinearity problem in linear regression. the partial least squares (PLS) approach to generalized inverses". SIAM J. Sci. Stat. Comp. 5 (3): 735–743. doi:10.1137/0905052.
  • Garthwaite, Paul H. (1994). "An Interpretation of Partial Least Squares". Journal of the American Statistical Association. 89 (425): 122–7. doi:10.1080/01621459.1994.10476452. JSTOR 2291207.
  • Wang, H., ed. (2010). Handbook of Partial Least Squares. ISBN 978-3-540-32825-4.
  • Stone, M.; Brooks, R.J. (1990). "Continuum Regression: Cross-Validated Sequentially Constructed Prediction embracing Ordinary Least Squares, Partial Least Squares and Principal Components Regression". Journal of the Royal Statistical Society, Series B. 52 (2): 237–269. JSTOR 2345437.