hI
My question how to generate a process arfima?
arfima(p,d,q) where 0.5<d<0.5 and l=lags
(1-L)^d*x(t)=arma(p,q)
My problem is in the left term, i don't know how to programm it.
Can someone helop me please!
Search found 9 matches
- Mon Jan 05, 2009 11:40 pm
- Forum: Programming
- Topic: generate arfima models !!!!
- Replies: 1
- Views: 5497
- Mon Jan 05, 2009 6:58 am
- Forum: Programming
- Topic: FORECAST
- Replies: 2
- Views: 10263
Re: FORECAST
that's what i did and it's working
thanks for answering
thanks for answering
- Mon Jan 05, 2009 4:03 am
- Forum: Programming
- Topic: FORECAST
- Replies: 2
- Views: 10263
FORECAST
Hi I need some help about the forecasting... I estimated different arma models and i chose one model based on the aic criterium, the next step for me is to forecast previsions for the futur. I click on the equation corresponding to the model i chose, then i click on the forecast button on the same w...
- Mon Jan 05, 2009 2:53 am
- Forum: Programming
- Topic: programm to estimate a serie using aic...
- Replies: 2
- Views: 8438
Re: programm to estimate a serie using aic...
it's working perfectly. thanks a lot
- Sat Jan 03, 2009 5:42 am
- Forum: Programming
- Topic: programm to estimate a serie using aic...
- Replies: 2
- Views: 8438
programm to estimate a serie using aic...
Hi, i am trying to write a program that can estimate different arma for my series, then i would like to create a table where i can put the aic criterium from the differents equations so i would be able to to compare the aic values and choose the appropriate estimation. Here is the program: scalar p=...
- Fri Jan 02, 2009 2:16 pm
- Forum: Programming
- Topic: a program for the kpss test
- Replies: 4
- Views: 11934
Re: a program for the kpss test
thanks for taking the time to answer me, i do have the eviews3.0 but the kpss test is not available. I only can use the adf test and pp test.
I was wondering if someone had a programm in eviews language for the kpss test...
I was wondering if someone had a programm in eviews language for the kpss test...
- Fri Jan 02, 2009 11:18 am
- Forum: Programming
- Topic: a program for the kpss test
- Replies: 4
- Views: 11934
a program for the kpss test
Hi,
I want to use the kpss test but on the version of eviews i am using i don't have this test on the "view" window, i wanted to know if someone knew how to program a kpss test.
thanks
I want to use the kpss test but on the version of eviews i am using i don't have this test on the "view" window, i wanted to know if someone knew how to program a kpss test.
thanks
- Fri Jan 02, 2009 9:25 am
- Forum: Programming
- Topic: how to generate an arma
- Replies: 2
- Views: 7436
Re: how to generate an arma
it's working perfectly. I thought the observations started at 0...
Tanks a lot.
Tanks a lot.
- Fri Jan 02, 2009 8:26 am
- Forum: Programming
- Topic: how to generate an arma
- Replies: 2
- Views: 7436
how to generate an arma
Hi I am using eviews for the first time, so my question is quite obvious i guess... I am using eviews3.0, and i want to generate different armas, that's the syntax i use: create u 2000 genr a=rnd (nrnd is not working on this version i guess) GENR ARMA=0 GENR ARMA= 0.9*ARMA(-1)+a+0.8*A(-1) When i ope...
