Search found 2 matches
- Thu Dec 29, 2011 11:33 pm
- Forum: Data Manipulation
- Topic: Problem with little program for Data Manipulation
- Replies: 3
- Views: 2647
Re: Problem with little program for Data Manipulation
Thank you Gareth! I tried this before too, but i wasn't able to implement it right. The problem still exists, because i don't really know how i should bring the @minute in the loop. Maybe you could help me another time? I know it may be really easy, but atm i'm not able to solve this little problem....
- Wed Dec 28, 2011 5:07 am
- Forum: Data Manipulation
- Topic: Problem with little program for Data Manipulation
- Replies: 3
- Views: 2647
Problem with little program for Data Manipulation
Hello, i'm using EViews 7.2. I need help with a little program. series test=na !q=1 ' for !q = 1 to 5 'loop for all 5 weekdays (deactivated) for !i = 9 to 18 'loop limits hours smpl @all if weekdy=!q and @hour >= !i and @hour <!i+1 test = @mean(rt*rt) next ' next This program does exactly what i wou...
