Hello there.
I am sorry I am confused with something I think it´s simple but I just can´t do.
How can you get the standard deviation and variance for a particular column and row of a given matrix? Do you have to use the function @stdev(x[,s]) or something like that? It doesn´t work to me. I am confused now.
Thanks a lot for the support.
Regards.
Standard deviation
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13603
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Standard deviation
The only way to do it is to extract that particular column into a vector, and then find the standard deviation of the vector:
Code: Select all
=@stdev(@columnextract(x,1))
Re: Standard deviation
Ok. Thank you very much.
Who is online
Users browsing this forum: No registered users and 1 guest
