- 21 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
- New class member tags - Member tags is a structure, initialized to empty. - Each user-defined field of this structure must be a vobs(o)*1 cell array (each element is associated to a variable). - To add a new tag name: >> o.tag('type') - To associate a tag value to a variable: >> o.tag('type', 'Consumption', 'Flow') the first argument is the tag name, the second argument is the name of the variable, the last argument is the value of the tag.
-
- 20 Sep, 2017 5 commits
-
-
Stéphane Adjemian authored
New ops class member.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Use mat instead of csv (tex and new ops members are not saved ion csv files).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 19 Sep, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
This member keeps track of the transformations and operations on the variables. The name of the variables is now constant.
-
- 02 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 01 Sep, 2017 6 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Otherwise, some strings may be interpreted as regular expression. The correct syntax for selecting variables with regular expression is: o{'[\w*_US]'} while o{'\w*_US'} is not correct. The user must explicitely state that s/he wants to select variables with regular expression by beginning and closing the string with square brackets. When a wildcard parameter is detected, the string is converted to a regular expression by adding opening and closing square brackets and replacing the wildcard parameter by \w*. Consequently, in the last example, if * is the wildcard parameter, string '\w*_US' would be converted into '[\w\w*_US]'. That is the reason why this commit changes the wildcard parameter to ~ (which is not used in matlab's regular expressions).
-
- 31 Aug, 2017 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 30 Aug, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 30 Jul, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 29 Jul, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 20 Jun, 2017 1 commit
-
-
Houtan Bastani authored
-
- 18 May, 2017 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 17 May, 2017 5 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Use clean method instead, for instance: >> o = x13(y); >> o.transform('function','log'); >> o.regression('variables','()'); .. >> o.run(); >> o.clean()
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
(cherry picked from commit 3b7413de5dee93413581f7e87cfe08d3eb16d2d8)
-
- 16 May, 2017 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
If exogenous variables (x) are not used.
-
- 11 May, 2017 6 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
TODO Handle the incompatibility of ARIMA and AUTOMDL commands in the same spc file.
-
Stéphane Adjemian authored
It seems that the matlab documentation about datetime is incorrect. This routine is unknown in R2015a (and R2015b acording to Nikola Bokan). If matlab version is smaller than R2016a, we call datestr instead.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Even if the option seems to be deprecated (not mentionned in the Reference manual as of March 2016).
-