Mercurial > hg > octave-nkf
comparison scripts/deprecated/t_rnd.m @ 5428:2a16423e4aa0
[project @ 2005-08-23 18:38:27 by jwe]
author | jwe |
---|---|
date | Tue, 23 Aug 2005 18:38:28 +0000 |
parents | bee21f388110 |
children | 9be68956e450 |
comparison
equal
deleted
inserted
replaced
5427:a92afe70fb8d | 5428:2a16423e4aa0 |
---|---|
27 ## | 27 ## |
28 ## If @var{r} and @var{c} are omitted, the size of the result matrix is | 28 ## If @var{r} and @var{c} are omitted, the size of the result matrix is |
29 ## the size of @var{n}. | 29 ## the size of @var{n}. |
30 ## @end deftypefn | 30 ## @end deftypefn |
31 | 31 |
32 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> | 32 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
33 ## Description: Random deviates from the t distribution | 33 ## Description: Random deviates from the t distribution |
34 | 34 |
35 function rnd = t_rnd (varargin) | 35 function rnd = t_rnd (varargin) |
36 | 36 |
37 rnd = t_rnd (varargin{:}); | 37 rnd = t_rnd (varargin{:}); |