changeset 4861:fbb15372830c

[project @ 2004-04-09 00:04:59 by jwe]
author jwe
date Fri, 09 Apr 2004 00:06:01 +0000
parents 48c7fbca248b
children a0997c4d1d54
files scripts/statistics/distributions/hypergeometric_rnd.m scripts/statistics/distributions/t_rnd.m
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/statistics/distributions/hypergeometric_rnd.m	Thu Apr 08 23:56:39 2004 +0000
+++ b/scripts/statistics/distributions/hypergeometric_rnd.m	Fri Apr 09 00:06:01 2004 +0000
@@ -19,8 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} hypergeometric_rnd (@var{n_size}, @var{m}, @var{t}, @var{n})
-## @deftypefnx {Function File} {} hypergeometric_rnd (@var{@var{m}, @var{t}, @var{n}, @var{r}, @var{c})
-## @deftypefnx {Function File} {} hypergeometric_rnd (@var{@var{m}, @var{t}, @var{n}, @var{sz})
+## @deftypefnx {Function File} {} hypergeometric_rnd (@var{m}, @var{t}, @var{n}, @var{r}, @var{c})
+## @deftypefnx {Function File} {} hypergeometric_rnd (@var{m}, @var{t}, @var{n}, @var{sz})
 ## Generate a row vector containing a random sample of size @var{n_size}
 ## from the hypergeometric distribution with parameters @var{m}, @var{t},
 ## and @var{n}.
--- a/scripts/statistics/distributions/t_rnd.m	Thu Apr 08 23:56:39 2004 +0000
+++ b/scripts/statistics/distributions/t_rnd.m	Fri Apr 09 00:06:01 2004 +0000
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} t_rnd (@var{n}, @var{sz})
 ## Return an @var{r} by @var{c} matrix of random samples from the t
 ## (Student) distribution with @var{n} degrees of freedom.  @var{n} must
-## be a scalar or of size @var{r} by @var{c}. Or if @va{sz} is a
+## be a scalar or of size @var{r} by @var{c}. Or if @var{sz} is a
 ## vector create a matrix of size @var{sz}.
 ##
 ## If @var{r} and @var{c} are omitted, the size of the result matrix is