@pc(x) function does not work
Posted: Thu Nov 21, 2013 10:44 pm
I using Eviews 8, and am trying to get the average absolute percentage change of a series
!AAPC = @mean(@abs(@pc(_yhat)))
and I get an error
or
for mean absolute error
!MAE = @sum(@abs( _yer)))/!h
!AAPC = @mean(@abs(@pc(_yhat)))
and I get an error
@PC is an illegal or reserved name in "!AAPC = @MEAN(@ABS(@PC(_YHAT)))
or
for mean absolute error
!MAE = @sum(@abs( _yer)))/!h
Is there something I am missing!MAE is not defined or is an illegal command in "!MAE = @SUM(@ABS( _YER)))/13"