An error occurred while fetching folder content.
Select Git revision
matlab
-
-
- Open in your IDE
- Download source code
- Download this directory
Forked from
Dynare / dynare
Source project has a limited visibility.
Sébastien Villemot
authored
Previously, this function was counting the total number of diff() operators in an expression. But this is not very useful, and is potentially misleading, because in practice we use this function to compute the maximum lag on variables in levels. This function now returns the maximum number of nested diffs. For example, on diff(x)+diff(diff(y)), this function was returning 3, and it now returns 2.
Name | Last commit | Last update |
---|---|---|
.. |