Dear Tom, I do want to plot a cross-correlation matrix with size n x n. I know there is the command vcv, which only computes covariances. Is there command simular to vcv which computes a cross-correlation matrix ?
thanks in advance
Cross-correlation matrix
Re: Cross-correlation matrix
UseGilbril wrote:Dear Tom, I do want to plot a cross-correlation matrix with size n x n. I know there is the command vcv, which only computes covariances. Is there command simular to vcv which computes a cross-correlation matrix ?
thanks in advance
vcv
# list of series
compute r=%cvtocorr(%sigma)
to get the correlation matrix corresponding to VCV.