Referencing Correlation Entries
Posted: Wed Jun 10, 2015 11:06 pm
Hello,
I'm familiar with the syntax for displaying sample correlations in eviews, i.e. :
Question #1: instead of an output matrix of sample correlations, I want to code a vector that displays only the correlations between, say, x1 & x2 & x3, (omitting the entry that is correlation with itself). Perhaps this done through referencing the exact element in the correlation matrix or some other related syntax?
Question #2: Does eviews have a dedicated syntax for autocorrelation (first order, 2nd order, ect) for a series called x1? In this case, viewing any i-th order autocorrelation for series x1 in scalar form would work for me.
I'm familiar with the syntax for displaying sample correlations in eviews, i.e. :
Code: Select all
cor x1 x2 x3Question #2: Does eviews have a dedicated syntax for autocorrelation (first order, 2nd order, ect) for a series called x1? In this case, viewing any i-th order autocorrelation for series x1 in scalar form would work for me.