need help Program

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

brianah
Posts: 2
Joined: Mon Dec 09, 2013 1:53 pm

need help Program

Postby brianah » Mon Dec 09, 2013 1:57 pm

with out using eviews
Which three estimate the same equation and what is it? Which one does not work and why? What does the remaining program/command do?

a)
series dy = y – y(-1)
equation eq_y.ls dy c ar(1) ma(1)


b)
equation eq_y.ls d(y) d(y(1)) c ma(1)

c)
series dy = d(y)
equation eq_y.ls d(y) c dy(-1) ma(1)

d)
equation eq_y.ls d(y) ar(1) c ma(1)
the order shouldn’t be d(y) ar(1) c ma(1)

e)
equation eq_y.ls d(y) ar(1) d(y(-1)) c




and What do these programs do?

a) Program 1
scalar x = 0
for (!n= 1 to 100)
x = x + !n
next

b) Program 2
series y_sum = na
for !i = 0 to 40
smpl 1995Q1 1995Q1 + !i
scalar y_sum_t = @sum(y)
smpl 1995Q1+ !i 1995Q1 + !i
y_sum = y_sum_t
next

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13604
Joined: Tue Sep 16, 2008 5:38 pm

Re: need help Program

Postby EViews Gareth » Mon Dec 09, 2013 2:11 pm

Nobody is going to do your homework for you.

brianah
Posts: 2
Joined: Mon Dec 09, 2013 1:53 pm

Re: need help Program

Postby brianah » Mon Dec 09, 2013 2:14 pm

Nobody is going to do your homework for you.
ill pay for help


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests