Search found 8 matches

by Martinnyg
Tue Apr 09, 2013 12:55 pm
Forum: Data Manipulation
Topic: Rescaling axis
Replies: 6
Views: 3516

Re: Rescaling axis

Thanks that was really helpful.:-D
by Martinnyg
Tue Apr 09, 2013 9:14 am
Forum: Data Manipulation
Topic: Rescaling axis
Replies: 6
Views: 3516

Re: Rescaling axis

Thanks. I think I've made the series now. The problem is that the series start in 1970Q1 like the rest of the series in my workfile. But this particular series is suppose to start 25 quarters after, that is 1976Q1
by Martinnyg
Tue Apr 09, 2013 8:19 am
Forum: Data Manipulation
Topic: Rescaling axis
Replies: 6
Views: 3516

Re: Rescaling axis

I used the following code to make the ADF-statistics: !width = 25 !lastfirst = @obsrange-!width+1 matrix(!lastfirst, 1) uroot for !i=1 to !lastfirst smpl @first @first+!i-1+!width-1 freeze(bb) "variable".uroot(const, info=tstat, lagpval=0.05) uroot(!i, 1) = @val(bb(7, 4)) if (@isobject(&qu...
by Martinnyg
Tue Apr 09, 2013 5:37 am
Forum: Data Manipulation
Topic: Rescaling axis
Replies: 6
Views: 3516

Rescaling axis

Hey I have made a recursive augmented Dickey Fuller test on a time series dataset of 170 observations. In my worksheet the obs. range goes from 1970Q1 to 2012Q1. My first subset has 25 observations, so that the series og ADF tests start in 1976Q1 and ends in 2012Q1 My problem is that currently the g...
by Martinnyg
Thu Mar 21, 2013 2:19 am
Forum: Programming
Topic: ADF lag specification
Replies: 4
Views: 3023

Re: ADF lag specification

Nevermind. Found it myself.. It is lagpval=0.05.
by Martinnyg
Thu Mar 21, 2013 2:10 am
Forum: Programming
Topic: ADF lag specification
Replies: 4
Views: 3023

Re: ADF lag specification

It seems eviews uses 0.1 as the default for critical value for choosing the significance of t-stats with this method? How do I change this to 0.05?
by Martinnyg
Tue Mar 19, 2013 10:30 am
Forum: Programming
Topic: ADF lag specification
Replies: 4
Views: 3023

Re: ADF lag specification

That worked. Thank you very much for your help.
by Martinnyg
Tue Mar 19, 2013 7:09 am
Forum: Programming
Topic: ADF lag specification
Replies: 4
Views: 3023

ADF lag specification

I am writing a program for freezing some ADF-statistics from a recursive regression.. How do I tell eviews in the programming that I want it to use significant t-stats as my criteria for choosing lag length?

Go to advanced search