procedure for long memory in EViews 8
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
procedure for long memory in EViews 8
Is there procedure for multiple test for long memory, and another procedure to estimate d (fractional integration) by exact ML...etc for models ARFIMA and FIGARCH in construction for EViews 8.
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: procedure for long memory in EViews 8
As for long memory analysis, you can use Hurst Exponent-Rescaled Range Analysis program code and Fractional Differencing add-in.
Re: procedure for long memory in EViews 8
hello, I use the programme http://forums.eviews.com/viewtopic.php?f=15&t=1111 to calculate hurst, but the two programs not execute.
my series name SP500 number of obs 400, what i will doing.
subroutine hurst(series SP500)
series ym
!n = @obs(y)
series RS_sum
series RS_av
...........etc
my series name SP500 number of obs 400, what i will doing.
subroutine hurst(series SP500)
series ym
!n = @obs(y)
series RS_sum
series RS_av
...........etc
Re: procedure for long memory in EViews 8
Do not change the subroutine. Just write the following somewhere in the code (preferably outside the subroutine):
Code: Select all
call hurst(SP500)Re: procedure for long memory in EViews 8
Thanks for your reply.
Who is online
Users browsing this forum: No registered users and 2 guests
