Skip to content
Prev 324259 / 398503 Next

updating observations in lm

On 27-05-2013, at 17:12, ivo welch <ivo.welch at anderson.ucla.edu> wrote:

            
For regression one would use a QR decomposition.
There is an opensource Fortran library qrupdate (http://sourceforge.net/projects/qrupdate/) that can update an unpivoted QR decomposition for the case of deleting rows/columns and inserting rows/columns.

It could be used to make an R package, which could be used for doing a moving window regression.
Quite a lot of work.

Berend