Hi,
Is there a function for rebasing a series (e.g. making 2000m1=100, so divide all the points in the data series by the value at 2000m1 and multiply times 100)?
Thanks,
Javier
Rebase series
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13605
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Rebase series
There is no inbuilt function, but obviously it is straight forward to perform the division and multiplication manually.
Re: Rebase series
Sure, in any case @elem() does half of the job in a programming context.
Re: Rebase series
U can use @elem with some function as @sum or @mean. And u can set data parameters as "2008:01 2008:12" to set the base. For instance,
ser02 = ser01/@mean(ser_01, "2008:01 2008:12")*100
So u have ser02 as your recoded series.
Good luck.
ser02 = ser01/@mean(ser_01, "2008:01 2008:12")*100
So u have ser02 as your recoded series.
Good luck.
Who is online
Users browsing this forum: No registered users and 2 guests
