Search found 1 match

by Kim Alexander
Thu Feb 11, 2010 11:42 am
Forum: Programming
Topic: Multiple Regression Near Singular Matrix
Replies: 4
Views: 6662

Re: Multiple Regression Near Singular Matrix

You can try to check whether the matrix is singular or not the following way:
matrix mtemp = eq1.@coefcov
if mtemp(1,1) <> NA then
...
else
...
endif

Go to advanced search