Extracting Matrix Statistics
Posted: Fri Sep 12, 2014 2:54 am
Hey everyone!
I am currently running a program that estimates many equation (about 400) and I have extracted from each equation the R-squared, AIC and LogL values. I inputted the values into a matrix and I am interested in deleting the equations that are not within the top 10% R-squared values.
For this I can use the mean and standard deviation of the R-squared column of the matrix. The mean is easy to extract ( @cmean(x,1) ) but how do you extract the standard deviation? Or is there an easier way to identify the 90th percentile of the data?
I attempted @stdev(@extractcolumn(x,1)) but it did not work.
Perferably a solution for EViews 7 !
Cheers!
I am currently running a program that estimates many equation (about 400) and I have extracted from each equation the R-squared, AIC and LogL values. I inputted the values into a matrix and I am interested in deleting the equations that are not within the top 10% R-squared values.
For this I can use the mean and standard deviation of the R-squared column of the matrix. The mean is easy to extract ( @cmean(x,1) ) but how do you extract the standard deviation? Or is there an easier way to identify the 90th percentile of the data?
I attempted @stdev(@extractcolumn(x,1)) but it did not work.
Perferably a solution for EViews 7 !
Cheers!