Article From: Department of Economics Subject: INCONDD.PRC (Ogaki) Posted by: Information Provider Phone Number: (202) 885-3770 E-Mail Address: econ@american.edu Post Date: 28 Sep 1994 Expiration Date: 28 Oct 2004 INCONDD.PRC /* This procedure INCONDD.PRC solves the following equation for omega: omega=phi*omega*phi'+vare using a doubling algorithm. This procedure is called as follows: omega=INCONDD(phi,vare); */ proc INCONDD(phi,vare); local zero,ome0,a,j,differ,omega,absdf,yesno,rll; zero=1.0E-12; ome0=vare; a=phi; j=0; differ=10.0; do until differ0.5; zero=con(1,1);endif; endif; endo; /*differ=omega-ome0; differ=maxc(maxc(abs(differ))); if differ>50.0*zero; ? "In INCONDD not small max(|omega-ome0|)=" differ; endif; */ retp(omega); endp; ************************************************************************ Department of Economics is entirely responsible for the information provided above. Please direct any comments to Information Provider at: E-Mail Address: econ@american.edu Phone Number: (202) 885-3770