Mercurial > hg > octave-lyh
comparison scripts/statistics/distributions/gamrnd.m @ 5623:691de3e3c2f8
[project @ 2006-02-15 18:32:32 by jwe]
author | jwe |
---|---|
date | Wed, 15 Feb 2006 18:32:32 +0000 |
parents | 2a16423e4aa0 |
children | 2618a0750ae6 |
comparison
equal
deleted
inserted
replaced
5622:8b7046423d1e | 5623:691de3e3c2f8 |
---|---|
26 ## @var{r} by @var{c}. | 26 ## @var{r} by @var{c}. |
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 common size of @var{a} and @var{b}. | 29 ## the common size of @var{a} and @var{b}. |
30 ## @end deftypefn | 30 ## @end deftypefn |
31 ## | |
32 ## @seealso{gamma, gammaln, gammainc, gampdf, gamcdf, gaminv} | |
31 | 33 |
32 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> | 34 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
33 ## Description: Random deviates from the Gamma distribution | 35 ## Description: Random deviates from the Gamma distribution |
34 | 36 |
35 function rnd = gamrnd (a, b, r, c) | 37 function rnd = gamrnd (a, b, r, c) |