The PLSR NIPALS algorithm

The often used NIPALS algorithm for PLSR is as follows:


\begin{algorithmic}
\FOR{$i = 1:A_{max}$}
\item ${\bf u} = $ some column from $...
...m ${\bf F}_{i+1} = {\bf F}_{i} - {\bf t}_i{\bf q}_i^T$
\ENDFOR
\end{algorithmic}



Bjørn Alsberg 2005-02-18