Search found 11 matches

by Eppichgyo
Tue Jun 11, 2019 8:04 am
Forum: Programming
Topic: Refering to a panel observation
Replies: 1
Views: 2430

Refering to a panel observation

Dear Experts, I have a dated, annual panel file. The cross section ideintifier is called id, the date is dateid. Eviews acknowledges the structure as dated panel, if I click on range. I would like to refer to specific observations, e.g. dateid = 2007 id =1 observation of a variable, for example to d...
by Eppichgyo
Fri May 03, 2019 7:09 am
Forum: Programming
Topic: Run program on schedule
Replies: 2
Views: 3033

Re: Run program on schedule

Thanks
by Eppichgyo
Fri May 03, 2019 1:14 am
Forum: Programming
Topic: Run program on schedule
Replies: 2
Views: 3033

Run program on schedule

Hi,

I would like to ask is it possible to run programs on schedule in Eviews?

I mean, I wrote a program which run a query from the Eurostat database. And I want to run it on daily basis. Is it possible to run it automatically (e.g. 10 a.m on every day)?
by Eppichgyo
Thu Apr 04, 2019 10:30 am
Forum: Programming
Topic: seasonal adjustment programing
Replies: 3
Views: 3595

Re: seasonal adjustment programing

I'm afraid you're going to have to explain your question in a lot more detail. It is a tad too generic right now to offer useful advice. Hello, I attached an exampe file. You can see the output of the tramo seats in the text_gdp and text_ce. Both cases tramo choosen (011)(011) model, and you can al...
by Eppichgyo
Thu Apr 04, 2019 5:27 am
Forum: Programming
Topic: seasonal adjustment programing
Replies: 3
Views: 3595

seasonal adjustment programing

Hi, I would like to ask, is any sample program available for seasonal adjustment? I mean I made seasonal adjustment manually in the Eviews, so I have the appropriate model specification with already estimated parameters and I use user defined regressors etc. And I would like to make program which us...
by Eppichgyo
Wed Apr 03, 2019 11:36 am
Forum: Programming
Topic: generating series with if condition
Replies: 2
Views: 3693

Re: generating series with if condition

EViews Gareth wrote:http://forums.eviews.com/viewtopic.php?f=5&t=3765


Thanks Gareth
by Eppichgyo
Wed Apr 03, 2019 11:07 am
Forum: Programming
Topic: generating series with if condition
Replies: 2
Views: 3693

generating series with if condition

Hi,

I want to create 'previous dec=100' index. I create in Excel a dummy series with value 1 if month=January else 0.

My code:

if dummy=1 then
prev_dec=cpi/cpi(-1)*100
else
prev_dec=prev_dec(-1)*(cpi/cpi(-1))
endif

but it does not work
by Eppichgyo
Tue Mar 19, 2019 11:46 am
Forum: Programming
Topic: name series with for cycle
Replies: 2
Views: 2908

Re: name series with for cycle

Thnks for the tip, I'll try it
by Eppichgyo
Tue Mar 19, 2019 6:43 am
Forum: Programming
Topic: name series with for cycle
Replies: 2
Views: 2908

name series with for cycle

Hi, I estimate equations on rolling time period. I want to freeze the outout with "last date of the rolling time period" extension. E.g: currently I have data until 2018m12. And i want to name the table with extension _2017m12 (last date-12) Here is my code: for !i=-12 to 0 step 12 smpl 20...
by Eppichgyo
Mon Mar 18, 2019 1:30 pm
Forum: Estimation
Topic: user specified holiday regressor
Replies: 2
Views: 2815

Re: user specified holiday regressor

EViews Gareth wrote:I believe Tramo/Seats only allows a single holiday series.


Thanks Gareth
by Eppichgyo
Mon Mar 18, 2019 12:00 pm
Forum: Estimation
Topic: user specified holiday regressor
Replies: 2
Views: 2815

user specified holiday regressor

Hi, I create 3 country specific holiday regressors with the @holiday command holiday01 for jan1, holiday05 for may1 and holiday11 for nov1 I want to run Tramos/seats method and I want to add these 3 holiday regressors in the "user holiday series" dialog panel as a list I try to use differe...

Go to advanced search