Page 1 of 1

Problem in understanding a system

Posted: Thu Feb 17, 2011 5:56 pm
by lucaski
My professor gave me the task of replicate this system:


Equation: DYIELD-(ALPHA(1)+0*PYIELD(1))*DT

Equation: (DYIELD-(ALPHA(1)+0*PYIELD(1))*DT)*PYIELD

Equation: (DYIELD-(ALPHA(1)+0*PYIELD(1))*DT)^2-SIGMA(1)^2
*(PYIELD^2^(0))*DT
Equation: ((DYIELD-(ALPHA(1)+0*PYIELD(1))*DT)^2-SIGMA(1)^2
*(PYIELD^2^(0))*DT)*PYIELD

The system is composed by these 4 equations. The problem is that I don't undrestand why these equations don't have the equal symbol.

Re: Problem in understanding a system

Posted: Thu Feb 17, 2011 6:10 pm
by EViews Gareth
There's an implicit "=0"

Re: Problem in understanding a system

Posted: Thu Feb 17, 2011 6:23 pm
by lucaski
now I get it, thx