# poisper.ode # inhomogeneous process markov z 2 {0} {r} {100} {0} # rate is periodic r=.02+.025*cos(.01*pi*t) # check for events and output when event occurs global 1 z-.5 {out_put=1} # numerical stuff and storage issues # @ meth=euler,dt=.1,maxstor=500000,total=30000,trans=40000 # keep track of the stimulus for testin aux stim=r done