pac: model consistent expectation: add 1 to max lag from pac equation to obtain correct `m` for substitution

issue#70
Houtan Bastani 2019-02-25 10:48:53 +01:00
parent b8f756fa35
commit 36b2ae5026
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -4508,7 +4508,7 @@ DynamicModel::addPacModelConsistentExpectationEquation(const string & name, int
{
string eqtag = it.first.second;
string standard_eqtag = it.second.first;
int pac_max_lag_m = it.second.second;
int pac_max_lag_m = it.second.second + 1;
string append_to_name = name + "_" + standard_eqtag;
int mce_z1_symb_id;
try