dynare/matlab/missing
Sébastien Villemot 1f84bc051d
Under Octave, the "statistics" Forge package is now a requirement
The gamrnd fallback under matlab/missing/stats/ does not work under Octave
because the +gamrnd/ folder is not accessible (it has the same name as the
function, which does not work under Octave).

Instead of fixing this, rather make the statistics toolbox a requirement, since
anyways it is very easy to obtain under Octave.

Accordingly:
- do not try to run the unit tests of matlab/missing/stats/ under Octave
- merge the matlab/missing/stats-matlab/ into matlab/missing/stats/, since this
  directory is now MATLAB-only.

Also:
- move matlab/distributions/+gamrnd/ under matlab/missing/stats/ for
  consistency
- in the manual: remove obsolete link to Octave downloads on the Dynare
  website; update URL of Octave Forge

Closes #1638
2019-02-18 17:41:10 +01:00
..
corrcoef Fixed copyright notices. 2017-05-18 18:36:38 +02:00
intersect_stable Octave compatibility fix: intersect(..., 'stable') 2019-02-15 18:43:19 +01:00
is-row-column-matrix Add missing iscolumn and ismatrix for MATLAB < R2010b 2018-11-13 16:59:27 +01:00
isfile Make isfile.m command work with Matlab versions before 9.1 2017-10-17 09:14:15 +02:00
issquare Fixed copyright notices. 2017-05-18 18:36:38 +02:00
nanmean Added second input argument to missing/nanmean routine. 2018-01-13 00:10:50 +01:00
ordeig Fixed copyright notices. 2017-05-16 14:11:15 +02:00
rows_columns Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
stats Under Octave, the "statistics" Forge package is now a requirement 2019-02-18 17:41:10 +01:00
strsplit Added strsplit routine in missing. 2018-05-16 16:41:43 +02:00
struct2array Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
vec Fixed copyright notices. 2017-05-18 18:36:38 +02:00