Page 1 of 1

Graphing Data in Matrices

Posted: Tue Dec 17, 2013 6:13 am
by blonggovnl
Hi there,

I'm wondering if there is a way to graph all elements of a matrix as a histogram, ignoring the three individual series used to create the matrix.

BL

Re: Graphing Data in Matrices

Posted: Tue Dec 17, 2013 9:04 am
by EViews Gareth
You'll have to vec the matrix into a vector.

Code: Select all

vector b = @vec(a) show b.distplot