comparison scripts/deprecated/weibull_rnd.m @ 9209:923c7cb7f13f

Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction. spellchecked all .txi and .texi files.
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 12:18:06 -0700
parents eb63fbe60fab
children 16f53d29049f
comparison
equal deleted inserted replaced
9208:cb163402bf79 9209:923c7cb7f13f
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} weibull_rnd (@var{shape}, @var{scale}, @var{r}, @var{c}) 20 ## @deftypefn {Function File} {} weibull_rnd (@var{shape}, @var{scale}, @var{r}, @var{c})
21 ## @deftypefnx {Function File} {} weibull_rnd (@var{shape}, @var{scale}, @var{sz}) 21 ## @deftypefnx {Function File} {} weibull_rnd (@var{shape}, @var{scale}, @var{sz})
22 ## Return an @var{r} by @var{c} matrix of random samples from the 22 ## Return an @var{r} by @var{c} matrix of random samples from the
23 ## Weibull distribution with parameters @var{scale} and @var{shape} 23 ## Weibull distribution with parameters @var{scale} and @var{shape}
24 ## which must be scalar or of size @var{r} by @var{c}. Or if @var{sz} 24 ## which must be scalar or of size @var{r} by @var{c}. Or if @var{sz}
25 ## is a vector return a matrix of size @var{sz}. 25 ## is a vector return a matrix of size @var{sz}.
26 ## 26 ##
27 ## If @var{r} and @var{c} are omitted, the size of the result matrix is 27 ## If @var{r} and @var{c} are omitted, the size of the result matrix is
28 ## the common size of @var{alpha} and @var{sigma}. 28 ## the common size of @var{alpha} and @var{sigma}.
29 ## @end deftypefn 29 ## @end deftypefn