Projection matrix: Difference between revisions

Content deleted Content added
JonskiC (talk | contribs)
more common term
Overview: MOS:ORDINAL: The suffixes are not superscripted
Line 7:
As <math>\mathbf{\hat{y}}</math> is usually pronounced "y-hat", the projection matrix is also named ''hat matrix'' as it "puts a [[circumflex|hat]] on <math>\mathbf{y}</math>". The formula for the vector of [[errors and residuals in statistics|residual]]s <math>\mathbf{u}</math> can also be expressed compactly using the projection matrix:
:<math>\mathbf{u} = \mathbf{y} - \mathbf{\hat{y}} = \mathbf{y} - \mathbf{P} \mathbf{y} = \left( \mathbf{I} - \mathbf{P} \right) \mathbf{y}.</math>
where <math>\mathbf{I}</math> is the [[identity matrix]]. The matrix <math>\mathbf{M} \equiv \left( \mathbf{I} - \mathbf{P} \right)</math> is sometimes referred to as the '''residual maker matrix'''. Moreover, the element in the ''i''<sup>th</sup> row and ''j''<sup>th</sup> column of <math>\mathbf{P}</math> is equal to the [[covariance]] between the ''j''<sup>th</sup> response value and the ''i''<sup>th</sup> fitted value, divided by the [[variance]] of the former:
:<math>
\begin{align}