@Varlist of equation
Posted: Tue Jun 04, 2013 5:58 am
We try to identify the elements of each equation
however, if the equation is specified with the following:
the results that we get is
Which is not our equation!!
When we define the equation by the following
we get which is perfect
We now that @spec is also possible, but we need a list of variables of the equation without coefficients.
however, if the equation is specified with the following:
Code: Select all
eq_Y.ls dlog(Y)=c(33)+c(34)*dlog(Y(-1))
eq_Y.@varlistCode: Select all
DLOG(Y) Y(-1) Y(-2)When we define the equation by the following
Code: Select all
eq_Y.ls dlog(Y) c dlog(Y(-1))
eq_Y.@varlistCode: Select all
DLOG(Y) C DLOG(Y(-1))