dynare/tests/var-expectations
Stéphane Adjemia (Scylla) cb4384bb27
Create on the fly a routine for evaluating the (VAR/PAC) expectations.
The routine takes a dseries object as unique argument and return an updated
object with the expectation term.

If the mod file is named `example.mod` and if the (VAR/PAC) expectation model is
named `toto`, then after

var_expectation.print('toto');

the expectation term can be evaluated:

ts = example.var_expectations.evaluate_varexp(ts);

where ts is a dseries object containing all the time series appearign in the
auxiliary (var or trend_component).
2018-12-03 15:07:43 +01:00
..
1 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
2 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
3 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
4 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
5 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
6 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
7 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
8 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
9 Added the possibility to use linear expressions in VAR_EXPECTATION_MODEL. 2018-11-30 23:36:06 +01:00
10 Create on the fly a routine for evaluating the (VAR/PAC) expectations. 2018-12-03 15:07:43 +01:00