Mean, @mean, Average
Posted: Tue Oct 14, 2008 11:47 pm
Hi,
Is there a function to calculate the average of multiple series, eg.
smpl 1990 2007
series z = (w+x+y)/3
show z
@mean(w,x,y,"1990 2007") would return an error since @mean essentially works on just one series (?).
Is there a function to calculate the average of multiple series, eg.
smpl 1990 2007
series z = (w+x+y)/3
show z
@mean(w,x,y,"1990 2007") would return an error since @mean essentially works on just one series (?).