Page 1 of 1

Create a mean vector

Posted: Fri Apr 19, 2013 4:55 am
by vincentg
Hallo,

I have the following problem: I need to plot the mean(i) of each variable (Xi) against their respective stdev. In order to achive that, I would like to create two new series one containing the means of (Xi) and the other one with the respective stdev.

Can someone help me with that?

Your help is very much appreciated.

Best wishes.

vg

Re: Create a mean vector

Posted: Fri Apr 19, 2013 7:50 am
by EViews Gareth
Use the stom function to convert the series (or group of series) into a matrix, then use the @cmean function to calculate the means.