Mercurial > hg > octave-max
comparison scripts/statistics/distributions/stdnormal_rnd.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 19b9f17d22af |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {} stdnormal_rnd (@var{r}, @var{c}) | 20 ## @deftypefn {Function File} {} stdnormal_rnd (@var{r}, @var{c}) |
21 ## @deftypefnx {Function File} {} stdnormal_rnd (@var{sz}) | 21 ## @deftypefnx {Function File} {} stdnormal_rnd (@var{sz}) |
22 ## Return an @var{r} by @var{c} or @code{size (@var{sz})} matrix of | 22 ## Return an @var{r} by @var{c} or @code{size (@var{sz})} matrix of |
23 ## random numbers from the standard normal distribution. | 23 ## random numbers from the standard normal distribution. |
24 ## @end deftypefn | 24 ## @end deftypefn |
25 | 25 |
26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> | 26 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> |
27 ## Description: Random deviates from the standard normal distribution | 27 ## Description: Random deviates from the standard normal distribution |