dynare/matlab/missing
Stéphane Adjemia (Scylla) e32b87d4b3
Streamlined gamrnd routine.
Give access to all the implemented algorithms through the third argument. The
last argument is a structure with two fields `large` and `small`. The first
field specifies the algorithm to be used for α>1 while the second field defines
the algorithm to be used for α ∈ (0,1).

Default algorithms are:

 - Cheng (1977) for α>1,
 - Johnk (1964)  α ∈ (0,1).
2018-12-15 16:48:24 +01:00
..
corrcoef Fixed copyright notices. 2017-05-18 18:36:38 +02: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 Streamlined gamrnd routine. 2018-12-15 16:48:24 +01:00
stats-matlab Remove test from Octave testsuite. 2018-07-18 11:14:47 +02: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