Skip to content
Prev 131633 / 398502 Next

Large determinant problem

Hmm, S'S is numerically singular.  crossprod(S) would be a better way to 
compute it than crossprod(S,S) (it does use a different algorithm), but 
look at the singular values of S, which I suspect will show that S is 
numerically singular.

Looks like the answer is 0.
On Sun, 9 Dec 2007, maj at stats.waikato.ac.nz wrote: