- 20 Feb, 2018 3 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 15 Feb, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 14 Feb, 2018 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 10 Feb, 2018 1 commit
-
-
Stéphane Adjemian authored
... Also do not crash dynare_config() if matlab is not able to download the X13 binary.
-
- 29 Jan, 2018 1 commit
-
-
Houtan Bastani authored
-
- 14 Nov, 2017 1 commit
-
-
Stéphane Adjemian authored
The input arguments (concatenated objects) should not be modified by the overloaded method. Use a copy.
-
- 12 Nov, 2017 1 commit
-
-
Stéphane Adjemian authored
Created instead a new function dseries2struct, which can be called as: >> o = dseries(randn(10,2)); >> s = o.struct(); Also + Added a routine to create a dseries object from a structure (if all required field are available). + Added the possibility to instantiate a dseries object from a structure.
-
- 10 Nov, 2017 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 08 Nov, 2017 5 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
-
Stéphane Adjemian authored
-
- 07 Nov, 2017 6 commits
-
-
Stéphane Adjemian authored
Fixed problems in FORECAST output (option fvr)
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
-
Stéphane Adjemian authored
-
- 14 Oct, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 11 Oct, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 10 Oct, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 04 Oct, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 29 Sep, 2017 1 commit
-
-
abuesol08 authored
-
- 23 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 21 Sep, 2017 10 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
All commands except series and composite.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Can initialise the trend in the one sided HP filter with the trend estimated with the standard HP filter.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
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.
-