Microsoft Store
 

Studentized residual


 

In statistics, a Studentized residual, named in honor of William Sealey Gosset, who wrote under the pseudonym Student, is a residual adjusted by dividing it by an estimate of its standard deviation. Studentization of residuals is an important technique in the detection of outliers.

How to Studentize

For this simple model, the design matrix is

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:X=left

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

and the "hat matrix" H is the matrix of the orthogonal projection onto the column space of the design matrix:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:H=X(X^T X)^{-1}X^T.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The "leverage" hii is the ith diagonal entry in the hat matrix. The variance of the ith residual is

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:mbox{var}(widehat{ arepsilon}_i)=sigma^2(1-h_{ii}).

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The corresponding Studentized residual is then

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

:{widehat{ arepsilon}_iover widehat{sigma} sqrt{1-h_{ii} }}

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

where widehat{sigma} is an appropriate estimate of σ.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~