Page 1 of 1

Rank of a matrix

Posted: Thu Apr 06, 2017 5:01 am
by saranya
Hi,

Is there a way to calculate the rank of a matrix/ echelon form of a matrix in eviews?

Thanks

Re: Rank of a matrix

Posted: Thu Apr 06, 2017 6:27 am
by saranya
Kindly note that I have a symmetric matrix and hence when I try to use @ranks, I'm getting an error.

Re: Rank of a matrix

Posted: Thu Apr 06, 2017 8:16 am
by EViews Gareth

Re: Rank of a matrix

Posted: Thu Apr 06, 2017 10:57 pm
by saranya
I am searching for the RANK of a matrix (as in matrix algebra) that is done by Gaussian elimination-- not ranking based on ascending/ descending order. Looks like EViews doesnot offer that functionality :( developing one now!

Re: Rank of a matrix

Posted: Thu Apr 06, 2017 11:09 pm
by EViews Gareth
@rank

Re: Rank of a matrix

Posted: Fri Apr 07, 2017 12:32 am
by saranya
Thanks Gareth, It worked after I transformed the sym object to matrix. :)