Search found 3 matches

by charlesG
Wed Sep 19, 2012 4:15 am
Forum: Programming
Topic: for loop problem - serious problem with EViews!
Replies: 1
Views: 2899

for loop problem - serious problem with EViews!

I've been trying to run a simple for loop from 0.1 to 1 with step size 0.1. Eventually I figured out that the loop wasn't working as it is supposed to. My code is below. vector(10) counter=0 for !j = 0.1 to 1 step 0.1 scalar phi = !j smpl 1 1 genr y=1+2*nrnd smpl 2 500 for !i = 1 to 5000 y=phi*y(-1)...
by charlesG
Sat Sep 15, 2012 9:08 am
Forum: Programming
Topic: uroot help
Replies: 5
Views: 5516

Re: uroot help

Ah thanks, it works in the program... why does this happen??
by charlesG
Wed Sep 12, 2012 2:53 am
Forum: Programming
Topic: uroot help
Replies: 5
Views: 5516

uroot help

I'm trying to run ADF uroot tests on a couple of series, but I can't seem to do it even for one series. My problem is that EViews (version 7.1) doesn't seem to recognise the options I'm specifying at all. I've tried a few different syntaxes and all I can get is the options window to pop up, but not ...

Go to advanced search