Skip to content
Prev 175190 / 398506 Next

about the Choleski factorization

Duncan Murdoch wrote:
Or just

 > r<-3:1
 > chol(x[r,r])[r,r]
           [,1]     [,2] [,3]
[1,] 1.9771421 0.000000    0
[2,] 0.3015113 1.658312    0
[3,] 1.0000000 0.500000    2

(It is after all, just a matter of starting from the other end).