Review Article

2D Chaos in the Interaction of Inflation and Unemployment: Moving Averages and the Modeling of High Frequency Macrodynamics

Algorithm 1

Program listing, including parameter values.
emplt=0.94,  pt=1,  piwt=0,  pict=0,  xt=0
mu=0.05,  bpiw=0.5,  bpic=1.5,  b1=1.14,
b2=5.53,  b3=3.68,  bx=0.5,  ax=1,  sx=1.2,
sg=4,  sp=2,  spi=100,  g1=0.3,  g2=0.8,
g3=0.8,  g4=0.5,  nn=0.05,  barp=1
inflt
c  0.01
Ut  =  (1emplt) 100
inflt  =  (b1+b2/Ut+b3/Ut 2)/100+piwt
ggt  =  nng1 (ptbarp)g2 (inflt(munn))
+  g3 (pict(munn))g4 (piwt(munn))
emplt1=emplt (ggtnn)
pt1=pt inflt
piwt1  =  bpiw (((1+xt)/2) infltpiwt)
pict1  =  bpic (infltpict)
xt1  =  bx ((1xt) math.exp(ax (sx xt+sg (ggtnn)
  sp (ptbarp) 2spi (pict(munn)) 2))
  (1+xt) math.exp(ax (sx xt+sg (ggtnn)-sp (ptbarp) 2
  spi (pict(munn)) 2)))
emplt=emplt1
pt=pt1
piwt=piwt1
pict=pict1
xt=xt1