Changed test.

Epilogue should also be able to simulate backward models.

[ci skip]
time-shift
Stéphane Adjemia (Scylla) 2018-12-17 12:28:55 +01:00
parent f2b5a909f3
commit 70011983e3
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ stoch_simul(periods=200);
epilogue;
g = log((y/y(-4))^(1/4));
x = g*alpha;
x = .7*x(-1)+g(-1)*alpha;
end;
ds = dseries(oo_.endo_simul', 2000Q1, M_.endo_names);