Search found 4 matches

by pinson
Mon Oct 29, 2018 12:39 pm
Forum: Programming
Topic: choosing variable randomly via a table vs group
Replies: 2
Views: 3939

Re: choosing variable randomly via a table vs group

Thank you, Matt, for your view.
by pinson
Mon Oct 29, 2018 5:46 am
Forum: Programming
Topic: choosing variable randomly via a table vs group
Replies: 2
Views: 3939

choosing variable randomly via a table vs group

hello, I have the following program, which firs runs regressions and creates series of residuals. I need to regress the residuals series on each other (bivariate) whereby I chose the dependent variable randomly. I did it by creating a group, but am told that it is too complicated and could be done b...
by pinson
Thu Aug 02, 2018 9:03 am
Forum: Data Manipulation
Topic: overflow
Replies: 3
Views: 4296

Re: overflow

Thanks, Gareth. Yes, that is the task I was given. Admittedly, it's part of an eviews-learning exercise. So nothing to do about that? i.e. it's a silly operation to do?
by pinson
Thu Aug 02, 2018 2:00 am
Forum: Data Manipulation
Topic: overflow
Replies: 3
Views: 4296

overflow

Hi, how do I deal with an overflow message, please? I am trying to fill in a matrix with the following: matrix(16,10) vev scalar sca=1 for !i=1 to 16 vev(!i, 1)=sca scalar sca = sca+1 next for !i=1 to @rows(vev) for !j=2 to @columns(vev) vev(!i,!j)=vev(!i,!j-1)^2 next next but can not get past vev(4...

Go to advanced search