dynare/matlab/distributions
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
..
beta_specification.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
compute_prior_mode.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
gamma_specification.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
ig1fun.m Fixed bugs + cosmetic changes. 2011-12-02 12:14:38 +01:00
inverse_gamma_specification.m Clarify inverse_gamma_specification.m 2017-09-18 17:27:15 +02:00
lpdfgweibull.m Fixed unit tests on Weibull pdf (Octave testsuite). 2018-07-17 17:44:15 +02:00
mode_and_variance_to_mean.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
multivariate_normal_pdf.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
multivariate_student_pdf.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
rand_inverse_wishart.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
rand_matrix_normal.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
rand_multivariate_normal.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
rand_multivariate_student.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
weibull_specification.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00