Page 1 of 1

2 Equation System with PDL

Posted: Sun Jul 25, 2010 8:25 pm
by pauloscalco
Dears! I need estimate a system of two equations using a 3sls and one of the equations has a pdl. How do I do?
eq1: x1go = c(1) + ???? pdl((w1go/z11), 5,2) ???? + c(3)*r + c(4)*z/z11 + c(30)*w1go/z11*t
eq2: w1go/z11 = c(9)*x1go + c(10)*w2go + c(11)*w3_1go + c(12)*i + c(13)*puht_go

Re: 2 Equation System with PDL

Posted: Mon Jul 26, 2010 10:12 am
by EViews Glenn
The automatic PDL statement is not supported in system objects. You'll have to form the terms of the PDL yourself.

Re: 2 Equation System with PDL

Posted: Mon Jul 26, 2010 1:16 pm
by pauloscalco
ok. :( Thanks!!