comparison scripts/statistics/distributions/normrnd.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents ac75140f2c97 446c46af4b42
children 4197fc428c7d
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
28 ## When called with a single size argument, return a square matrix with 28 ## When called with a single size argument, return a square matrix with
29 ## the dimension specified. When called with more than one scalar argument the 29 ## the dimension specified. When called with more than one scalar argument the
30 ## first two arguments are taken as the number of rows and columns and any 30 ## first two arguments are taken as the number of rows and columns and any
31 ## further arguments specify additional matrix dimensions. The size may also 31 ## further arguments specify additional matrix dimensions. The size may also
32 ## be specified with a vector of dimensions @var{sz}. 32 ## be specified with a vector of dimensions @var{sz}.
33 ## 33 ##
34 ## If no size arguments are given then the result matrix is the common size of 34 ## If no size arguments are given then the result matrix is the common size of
35 ## @var{mu} and @var{sigma}. 35 ## @var{mu} and @var{sigma}.
36 ## @end deftypefn 36 ## @end deftypefn
37 37
38 ## Author: KH <Kurt.Hornik@wu-wien.ac.at> 38 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>