Commits on Source (69)
-
Stéphane Adjemian authored
Closes #53.
-
Stéphane Adjemian authored
And show that an expression can include scalar variables (defined in the caller workspace).
-
Stéphane Adjemian authored
Names for dseries obkjects were wrong.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Second output provides the same information but is easier to use (for instance, the second unit test, we use the new ouput to select variables in a dseries object depending on the last observed period).
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Closes #57
-
Johannes Pfeifer authored
Accounts for leading missing value. Closes #56
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
lastobservedperiods.m: suppress unit test output See merge request !47
-
Stéphane Adjemian authored
x13: save result of function=auto to results if savelog was requested See merge request !48
-
Stéphane Adjemian authored
--style followed by the name of a matlab script (without extension). This matlab script can be used to apply styling commands to the produced plot. --title followed by a row char array, used to set the plot title.
-
Stéphane Adjemian authored
Avoiding multiple calls when deleting a list of variables in a dseries object.
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
x13: allow for Windows paths with spaces See merge request !49
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
x13: allow for paths with spaces See merge request !50
-
Stéphane Adjemian authored
x13: replace NaN by proper missingcode value of x13 Closes #57 See merge request !46
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
Ref. dynare#1907
-
Sébastien Villemot authored
Ref. dynare#1907
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Detected by MATLAB Code Analyzer app.
-
Sébastien Villemot authored
Detected by MATLAB Code Analyzer app.
-
Sébastien Villemot authored
Detected by MATLAB Code Analyzer app.
-
Sébastien Villemot authored
Detected by MATLAB Code Analyzer app.
-
Sébastien Villemot authored
Detected and automatically fixed by MATLAB Code Analyzer app.
-
Sébastien Villemot authored
Detected and automatically fixed by MATLAB Code Analyzer app.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
The proposed patch fixed the duplicated code (by removing the repitition) but did not fix the original problem.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
The routine converts annual data into quarterly data. Currently two options are implemented: - equal-per-quarter setting values in each corresponding quarter to corresponding annual value - cubic-spline applicable ONLY to flow variables (cherry picked from commit 53ec34790610f1d8a400b1376876cf1bda3f8395) (cherry picked from commit cdf249e78121dea324998f0c0e3211221c78682f)
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
wId is empty => Value of wflag is not updated.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Display the results as a table instead of a plot.
-
Stéphane Adjemian authored
Also fixed indentation.
-
Stéphane Adjemian authored
I fail to see why cublic spline should be used with flow variables.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
This method is applicable to flow variables with constraint that four consecutive quarters must sum to the annual value is required. (cherry picked from commit 722a9d3a1a587f3880f39d632081ad282846b94a)
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
One input argument is required
-
Sébastien Villemot authored
error function: Fix various syntax bugs See merge request !52
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
The routine, with method='spline-sum' for flow variables, could not handle dseries objects with more than one variable.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Could not handle dseries objects with more than one variable.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Methods or functions cannot be indexed using {} or . indexing.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Dates were only shown on the x-axis for yearly data.
-
Stéphane Adjemian authored
Showing
- .gitlab-ci.yml 6 additions, 4 deletions.gitlab-ci.yml
- Makefile 1 addition, 1 deletionMakefile
- src/@arima/estimate.m 1 addition, 1 deletionsrc/@arima/estimate.m
- src/@dates/ndat.m 5 additions, 2 deletionssrc/@dates/ndat.m
- src/@dates/setdiff.m 2 additions, 2 deletionssrc/@dates/setdiff.m
- src/@dseries/chain_.m 2 additions, 2 deletionssrc/@dseries/chain_.m
- src/@dseries/check.m 9 additions, 9 deletionssrc/@dseries/check.m
- src/@dseries/disp.m 18 additions, 6 deletionssrc/@dseries/disp.m
- src/@dseries/eq.m 1 addition, 1 deletionsrc/@dseries/eq.m
- src/@dseries/exist.m 1 addition, 1 deletionsrc/@dseries/exist.m
- src/@dseries/fill_.m 1 addition, 1 deletionsrc/@dseries/fill_.m
- src/@dseries/hdiff_.m 3 additions, 3 deletionssrc/@dseries/hdiff_.m
- src/@dseries/hpcycle.m 1 addition, 1 deletionsrc/@dseries/hpcycle.m
- src/@dseries/hpcycle_.m 1 addition, 1 deletionsrc/@dseries/hpcycle_.m
- src/@dseries/hptrend.m 1 addition, 1 deletionsrc/@dseries/hptrend.m
- src/@dseries/hptrend_.m 4 additions, 4 deletionssrc/@dseries/hptrend_.m
- src/@dseries/insert.m 1 addition, 1 deletionsrc/@dseries/insert.m
- src/@dseries/lastobservedperiods.m 92 additions, 0 deletionssrc/@dseries/lastobservedperiods.m
- src/@dseries/merge.m 1 addition, 1 deletionsrc/@dseries/merge.m
- src/@dseries/mpower.m 1 addition, 1 deletionsrc/@dseries/mpower.m
src/@dseries/lastobservedperiods.m
0 → 100644