- 16 Feb, 2021 10 commits
-
-
Sébastien Villemot authored
Ref. !1831
-
Sébastien Villemot authored
Ref. !1830
-
Sébastien Villemot authored
Ref. !1829
-
Sébastien Villemot authored
See !1827
-
Nikola Bokan authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Marco Ratto authored
-
Johannes Pfeifer authored
[skip CI]
-
- 13 Feb, 2021 9 commits
-
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
fixed names of files, removing spaces and dots use writetable with mac OS
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
condition computation of posterior statistics also to (options_.load_mh_file && ~options_.load_results_after_load_mh) and apply it to all cases
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
autocov is initialized NaN with the original order and then only loop up to updted order compatible with sample size.
-
- 12 Feb, 2021 5 commits
-
-
Marco Ratto authored
adjusted message in case of diffuse filter, where cointegration is most of the time the reason for such a warning
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
-
- 10 Feb, 2021 1 commit
-
-
Sébastien Villemot authored
Ref. preprocessor#63
-
- 09 Feb, 2021 3 commits
-
-
Sébastien Villemot authored
Under Octave, the +ols folder conflicts with the builtin ols() function.
-
Sébastien Villemot authored
The Jc vector has n+1 elements, where n is the number of columns. Moreover, the size passed to memset() was wrong.
-
Sébastien Villemot authored
-
- 04 Feb, 2021 8 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Cell arrays cannot be used for derefencing fields in a structure. For some unknown reason, this was nevertheless accepted by MATLAB in this context.
-
Sébastien Villemot authored
The plus sign (+) was unescaped in the regular expression, which was confusing Octave. By the way, also remove unneeded parenthesis groupings.
-
Sébastien Villemot authored
Use a different random seed under Octave for several tests. Note that these tests seems fragile. Changing the seed under MATLAB often leads to a failure.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The test was using the comparison operator (>) on a dseries. This would give a bogus (false) result under MATLAB, and would crash under Octave.
-
Sébastien Villemot authored
-
- 03 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
map::at() does bound checking, and throws an exception if out-of-range, contrary to [] operator which returns a new element.
-
Sébastien Villemot authored
-
- 02 Feb, 2021 2 commits
-
-
Sébastien Villemot authored
In regular expressions, the end-of-word operator (\>) does not behave the same under Octave and under MATLAB. See: https://savannah.gnu.org/bugs/index.php?59992 In this case, we can simply drop the \> operator, since there is no risk of matching a partial variable name (since there is already “(-1)” at the end of the pattern). By the way, remove a useless parenthesis grouping in the regexp.
-
Sébastien Villemot authored
-