Search found 3 matches
- Wed Jul 24, 2013 11:43 am
- Forum: Programming
- Topic: Help- stop the loop
- Replies: 4
- Views: 2786
Re: Help- stop the loop
Still confused. What does checking whether two series are equal have to do with the coefficients from an equation? To check whether the coefficients from two equations are equal, you could check the value of the maximum difference between the two sets of coefficients: !diff = @max(@abs(eq1.@coef-eq...
- Wed Jul 24, 2013 11:16 am
- Forum: Programming
- Topic: Help- stop the loop
- Replies: 4
- Views: 2786
Re: Help- stop the loop
You cannot use if conditions on series. I'm not sure what you're trying to do, so can't help you to do it. Eviews Gareth, thanks a lot for the reply. If the "if condition" cannot be used on series. Could you tell me how to ask a loop to stop when coefficients of the equations are the same...
- Wed Jul 24, 2013 9:15 am
- Forum: Programming
- Topic: Help- stop the loop
- Replies: 4
- Views: 2786
Help- stop the loop
Hello Everyone! Could you please help me with the codes below? My problem is that I have set the loop to be stopped when nrtf{!k}=nrtf{!j}. According to my results, nrtf3=nrtf4 but the loop does not stop and continues to produce the nrtf5 nrtf6...nrtf10. I have attached the files in this message. Th...
