In a simple RBC setup, I have a tax process described by the following AR(1) process:
t = c + 0.9*t(-1) + u
where c is a constant and u is a normally distributed shock with mean 0 and variance sigma. I am trying to model a change in the tax regime that is unanticipated by agents.
1. Is it possible to change the mean of the process i.e. change c to c1 at some future date?
2. Alternatively, can dynare handle a markov switching process for the tax rate?