I have two policies Taylor rule A and B.
I want to follow Taylor rule A for certain periods time and then switch to rule B for the rest of time.
Is there anyone who can help! Thanks a million!
shocks;
var alpha;
periods 1:10 , 11:20;
values 2, 1.5;
end;
jpfeifer wrote:You define alpha and beta as exogenous variables, i.e. use varexo for them. Then you use the shocks command to set their values for simul. E.g.:
- Code: Select all
shocks;
var alpha;
periods 1:10 , 11:20;
values 2, 1.5;
end;
Users browsing this forum: Google [Bot] and 5 guests