Commits on Source (89)
-
Sébastien Villemot authored
-
Sébastien Villemot authored
It is now supported by the MATLAB editor (as of R2022a). [skip ci]
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In this version of Octave, “warning on” really enables all warnings (while this was not the case in Octave 6, suprisingly; I think this used to be different with even older Octave releases).
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
plot: do not try to reset xTickLabel based on new dates if hold on was used See merge request !43
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
dummy variable in a dseries object.
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
plot.m: fix typo in message See merge request !44
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
This patch completes the change introduced in a519e8a6.
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
Example: >> ds1 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'}); >> ds2 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'}); >> dplot --expression 2*cumsum(x/y(-1)-1) --dseries toto --dseries noddy --range 2001Q1:2024Q1
-
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 7 additions, 6 deletions.gitlab-ci.yml
- LICENSE.md 1 addition, 1 deletionLICENSE.md
- Makefile 1 addition, 1 deletionMakefile
- src/@arima/arima.m 3 additions, 3 deletionssrc/@arima/arima.m
- src/@arima/estimate.m 1 addition, 1 deletionsrc/@arima/estimate.m
- src/@dates/append.m 3 additions, 3 deletionssrc/@dates/append.m
- src/@dates/append_.m 3 additions, 3 deletionssrc/@dates/append_.m
- src/@dates/char.m 3 additions, 3 deletionssrc/@dates/char.m
- src/@dates/colon.m 4 additions, 4 deletionssrc/@dates/colon.m
- src/@dates/copy.m 4 additions, 4 deletionssrc/@dates/copy.m
- src/@dates/dates.m 4 additions, 5 deletionssrc/@dates/dates.m
- src/@dates/disp.m 1 addition, 1 deletionsrc/@dates/disp.m
- src/@dates/display.m 1 addition, 1 deletionsrc/@dates/display.m
- src/@dates/double.m 3 additions, 3 deletionssrc/@dates/double.m
- src/@dates/end.m 3 additions, 3 deletionssrc/@dates/end.m
- src/@dates/eq.m 4 additions, 4 deletionssrc/@dates/eq.m
- src/@dates/ge.m 3 additions, 3 deletionssrc/@dates/ge.m
- src/@dates/gt.m 3 additions, 3 deletionssrc/@dates/gt.m
- src/@dates/horzcat.m 4 additions, 4 deletionssrc/@dates/horzcat.m
- src/@dates/intersect.m 3 additions, 3 deletionssrc/@dates/intersect.m