Ok.
I'm not too experienced with GARCH-modelling. My lagged squared error and lagged variance term is non-negative, is it acceptable that some of the dummys coeffisients is negative?
Search found 12 matches
- Thu May 27, 2010 11:01 am
- Forum: Estimation
- Topic: Non-negativity constraints GARCH(1,1)
- Replies: 4
- Views: 7431
- Thu May 27, 2010 10:29 am
- Forum: Estimation
- Topic: Non-negativity constraints GARCH(1,1)
- Replies: 4
- Views: 7431
Re: Non-negativity constraints GARCH(1,1)
Thank you,
But I can't get it to work when using a GARCH model, probably because I'm not familiar with estimation using the command window. Anyways my mean equation is:
and the variance regressors which I need to constraint is:
But I can't get it to work when using a GARCH model, probably because I'm not familiar with estimation using the command window. Anyways my mean equation is:
Code: Select all
return c return(-1)Code: Select all
group1 group2 group3- Thu May 27, 2010 9:20 am
- Forum: Estimation
- Topic: Non-negativity constraints GARCH(1,1)
- Replies: 4
- Views: 7431
Non-negativity constraints GARCH(1,1)
I'm running a GARCH(1,1) model on intraday data with a bunch of dummy variables in the variance equation (time-of-day, day, news etc.). The problem is that I get negative coeffisient for some of the dummy's. Is it possible constrain the paramters to be non-negative?
EViews 7.1
EViews 7.1
- Tue May 11, 2010 4:37 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Hi again,series datetime = date + @makedate(@floor(time/100), @mod(time,100),"hhmi")
Do you have a similar command to get eviews to recognize 1 minute data (see att.)?
- Fri Apr 30, 2010 8:16 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Thanx, works perfect.
- Fri Apr 30, 2010 5:39 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
What if I want to sample all except specific dates? I have around 100 days I want to exclude from the sample.
- Wed Apr 14, 2010 10:54 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Of course 
- Wed Apr 14, 2010 4:53 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Works perfect Gareth, one more question: "smpl 1/28/2009 3/18/2009" returns observations for 1/28/2009 thorugh 3/18/2009. Is it possible to create a sample containing only spesific dates? "smpl if @date= 1/28/2009 and @date=3/18/2009" seems logical but doesn't work. I need it to ...
- Mon Apr 12, 2010 11:09 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Thank you! I will try this tomorrow and report back 
- Mon Apr 12, 2010 11:02 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
Okei, thank you. I will try some sort of workaround for the 23:59 interval. Maybe if I do a find and replace of all the 2359 values to just 0 in Excel before the import. Will eviews then understand that 0 refers to 00:00?
- Mon Apr 12, 2010 8:36 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Re: Imporing intraday data from Excel
I'm not at my work pc at the moment so i don't have access to the original file, but this is a similar type of structure. Each day contains 279 5-min intervals.
- Mon Apr 12, 2010 2:39 am
- Forum: Data Manipulation
- Topic: Imporing intraday data from Excel
- Replies: 16
- Views: 21894
Imporing intraday data from Excel
Hi, I'm trying to open some intraday futures data into eviews. The data is 5-minute interval with an 45 minute break from 1715-1800. DATE TIME 01.01.2009 5 01.01.2009 10 01.01.2009 15 01.01.2009 20 01.01.2009 25 ... 01.01.2009 1710 01.01.2009 1715 01.01.2009 1805 ... 01.01.2009 2359 The DATE coloumn...
