AR1 process in order to show a converging process
Posted: Wed Oct 19, 2016 5:48 am
Hello.
I am trying to draw a converging process of AR1 process as below:
But this graph does not converge to a point. Can you help me about whether this is a mistake or
simply a matter of plotting technique. If you know how to make a converging graph, please let me know!
Thank you!
IH
------------------
wfcreate smpl u 100
smpl @first @first
series y = 0
smpl @first+1 @last
series i=@rnd
series y =0.9*y(-1)+ i
series dy=y-y(-1)
plot y
plot dy
I am trying to draw a converging process of AR1 process as below:
But this graph does not converge to a point. Can you help me about whether this is a mistake or
simply a matter of plotting technique. If you know how to make a converging graph, please let me know!
Thank you!
IH
------------------
wfcreate smpl u 100
smpl @first @first
series y = 0
smpl @first+1 @last
series i=@rnd
series y =0.9*y(-1)+ i
series dy=y-y(-1)
plot y
plot dy