« Régression sur composantes principales » : différence entre les versions


Aucun résumé des modifications
Ligne 1 : Ligne 1 :
==en construction==
== Définition ==
== Définition ==
XXXXXXXXX
Méthode d'analyse des données qui étudie les relations entre un groupe de [[variables explicatives]], et un autre de [[variables dépendantes]]. Elle est utilisée lorsque le nombre de variables est très grand.


== Français ==
== Français ==
''' XXXXXXXXX '''
''' régression sur composantes principales'''


== Anglais ==
== Anglais ==
''' Principal component regression '''
''' principal component regression '''
 
In statistics, principal component regression (PCR) is a regression analysis technique that is based on principal component analysis (PCA). More specifically, PCR is used for estimating the unknown regression coefficients in a standard linear regression model.
 
In PCR, instead of regressing the dependent variable on the explanatory variables directly, the principal components of the explanatory variables are used as regressors. One typically uses only a subset of all the principal components for regression, making PCR a kind of regularized procedure and also a type of shrinkage estimator.
 
Often the principal components with higher variances (the ones based on eigenvectors corresponding to the higher eigenvalues of the sample variance-covariance matrix of the explanatory variables) are selected as regressors. However, for the purpose of predicting the outcome, the principal components with low variances may also be important, in some cases even more important.[1]


One major use of PCR lies in overcoming the multicollinearity problem which arises when two or more of the explanatory variables are close to being collinear.[2] PCR can aptly deal with such situations by excluding some of the low-variance principal components in the regression step. In addition, by usually regressing on only a subset of all the principal components, PCR can result in dimension reduction through substantially lowering the effective number of parameters characterizing the underlying model. This can be particularly useful in settings with high-dimensional covariates. Also, through appropriate selection of the principal components to be used for regression, PCR can lead to efficient prediction of the outcome based on the assumed model.
'''PCR'''
<small>


[https://en.wikipedia.org/wiki/Principal_component_regression Source : Wikipedia  Machine Learning ]
[http://cedric.cnam.fr/PUBLIS/RC1888.pdf  Source : Centre d’études et de recherche en informatique et communications ]




[[Catégorie:vocabulary]]
[[Catégorie:publication]]
[[Catégorie:Wikipedia-IA‎]]

Version du 4 janvier 2022 à 13:53

Définition

Méthode d'analyse des données qui étudie les relations entre un groupe de variables explicatives, et un autre de variables dépendantes. Elle est utilisée lorsque le nombre de variables est très grand.

Français

régression sur composantes principales

Anglais

principal component regression

PCR

Source : Centre d’études et de recherche en informatique et communications



Contributeurs: Imane Meziani, wiki