Skip to content

QR factorization for aov

2 messages · Mimi Celis, Peter Dalgaard

#
On Jun 11, 2013, at 20:26 , Mimi Celis wrote:

            
As far as I have understood it, the issue is that to generate the sequential ANOVA table based on a single QR factorization, you can't have it swapping terms around, because there are cases where the order of terms matters. 

So LAPACK won't do. Or rather, to use it, you'd need to rethink the algoritm; you may need refactorizing for each line the ANOVA table. It's not necessarily impossible or seriously inefficient, just one of the things that nobody seems to have an aching desire to tackle.

-pd