Search found 3 matches
- Wed Jul 27, 2011 2:31 pm
- Forum: Programming
- Topic: Just start Eviews programming, a simple Q
- Replies: 4
- Views: 3154
- Mon Jul 18, 2011 5:11 am
- Forum: Programming
- Topic: Just start Eviews programming, a simple Q
- Replies: 4
- Views: 3154
Re: Just start Eviews programming, a simple Q
My question is how to represent 't' in the formula?
For example, i need to know the result of the series t*yt
so when yt=y1, it is y1*1, and when yt=y2, it is y2*2
How can i programme that t?
Thanks!
For example, i need to know the result of the series t*yt
so when yt=y1, it is y1*1, and when yt=y2, it is y2*2
How can i programme that t?
Thanks!
- Sun Jul 17, 2011 7:56 am
- Forum: Programming
- Topic: Just start Eviews programming, a simple Q
- Replies: 4
- Views: 3154
Just start Eviews programming, a simple Q
I would like to calculate a statistic for a series y, containing T observations and the statistics, say, following r1=T*t*(yT)*sum(yt-ybar)*(y1) where (yT) represents the last observation of the series, (y1) is the first observation, ybar is the mean of the series and t represents for the time of ea...
