ok
can you suggest it as an additional feature for the next update of Eviews?
Search found 7 matches
- Wed May 25, 2016 11:55 pm
- Forum: Data Manipulation
- Topic: Create a scalar auto-series
- Replies: 2
- Views: 3212
- Wed May 25, 2016 11:19 pm
- Forum: Data Manipulation
- Topic: Create a scalar auto-series
- Replies: 2
- Views: 3212
Create a scalar auto-series
Hello Eviews people, I have an auto time series object and want to sum the rows into a scalar object but want that scalar to be an auto series so that if the time series object changes, so does the calculated sum scalar object. I tired: @scalar(@sum(rem_a_0715)) where rem_a_0715 is the time series o...
- Mon May 23, 2016 11:52 pm
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8359
Re: Create new time series object based on values of another
thanks, I will give it a try.
- Mon May 23, 2016 10:22 pm
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8359
Re: Create new time series object based on values of another
yes I gave @recode more than 3 arguments. How do I fix this if there are three categories (arguments)? Do I need to do each one at a time?
- Mon May 23, 2016 9:20 pm
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8359
Re: Create new time series object based on values of another
That's really insightful - I thought I had probably done something wrong when Eviews returned an error. Is there any advice you can provide beyond "you probably did something wrong"?
- Mon May 23, 2016 9:08 pm
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8359
Re: Create new time series object based on values of another
I did try recode but Eviews returned an error message about too many arguments.
- Mon May 23, 2016 8:24 pm
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8359
Create new time series object based on values of another
I'm new to Eviews and this user forum. I need help with the following to create a new time series object called B: A is an existing time series object; B is a new calculated time series object IF(A>(2089.71+70), B = A -70)) IF(A >(180+3.49), B=(A-3.49+0.035*180)/1.035)) IF(A<180, B=(A-3.49))
