Non-Influential Eta Bug

From: Luann Phillips Date: August 05, 2004 technical Source: cognigencorp.com
From: Luann Phillips luann.phillips@cognigencorp.com Subject: [NMusers] Non-Influential Eta Bug Date: Thu, August 5, 2004 12:18 pm Hi, I have a model that is impacted by the non-influential eta bug. I have been reviewing the example code for the zeta transformation and wondered if there was a typo. The example code reads: ZETA1=ETA(1)+HALF*(ETA(2)+ETA(3)) ZETA2=ETA(2)+HALF*(ETA(1)+ETA(3)) ZETA3=ETA(3)+HALF*(ETA(1)+ETA(2)) CL=THETA(1)*EXP(ZETA1) V=THETA(2)*EXP(ZETA2) KA=THETA(3)*EXP(ETA(3)) ALAG=THETA(4)+EXP(ETA(4) Should the line for KA have EXP(ETA(3)) or EXP(ZETA(3))? If ETA(3): Why does KA have ETA instead of ZETA? Is it the non-influential eta? Regards, Luann Phillips
Aug 05, 2004 Luann Phillips Non-Influential Eta Bug
Aug 05, 2004 Diane Mould RE: Non-Influential Eta Bug
Aug 05, 2004 Thomas Ludden RE: Non-Influential Eta Bug