dynare/matlab/+pac
Sébastien Villemot 8e9085eea4
PAC NLS estimation: Octave compatibility fix
In regular expressions, the end-of-word operator (\>) does not behave the same
under Octave and under MATLAB. See:
https://savannah.gnu.org/bugs/index.php?59992

In this case, we can simply drop the \> operator, since there is no risk of
matching a partial variable name (since there is already “(-1)” at the end of
the pattern).

By the way, remove a useless parenthesis grouping in the regexp.
2021-02-02 17:02:04 +01:00
..
+bgp Fixed growth neutrality correction in presence of exogenous variables. 2019-03-11 11:54:53 +01:00
+estimate PAC NLS estimation: Octave compatibility fix 2021-02-02 17:02:04 +01:00
+mce Added PAC with Model Consistent Expectations. 2019-02-25 17:31:58 +01:00
+update Add linear combination support for growth neutrality in Iiterative OLS. 2019-10-08 23:18:40 +02:00
check.m Added check routine for PAC equation. 2018-07-16 14:56:05 +02:00
initialize.m Fixed growth neutrality correction in presence of exogenous variables. 2019-03-11 11:54:53 +01:00
print.m Added a cherry-pick routine. 2019-03-14 11:04:10 +01:00