comparison scripts/deprecated/poisson_rnd.m @ 5428:2a16423e4aa0

[project @ 2005-08-23 18:38:27 by jwe]
author jwe
date Tue, 23 Aug 2005 18:38:28 +0000
parents bee21f388110
children 93c65f2a5668
comparison
equal deleted inserted replaced
5427:a92afe70fb8d 5428:2a16423e4aa0
25 ## 25 ##
26 ## If @var{r} and @var{c} are omitted, the size of the result matrix is 26 ## If @var{r} and @var{c} are omitted, the size of the result matrix is
27 ## the size of @var{lambda}. 27 ## the size of @var{lambda}.
28 ## @end deftypefn 28 ## @end deftypefn
29 29
30 ## Author: KH <Kurt.Hornik@ci.tuwien.ac.at> 30 ## Author: KH <Kurt.Hornik@wu-wien.ac.at>
31 ## Description: Random deviates from the Poisson distribution 31 ## Description: Random deviates from the Poisson distribution
32 32
33 function rnd = poisson_rnd (varargin) 33 function rnd = poisson_rnd (varargin)
34 34
35 rnd = poissrnd (varargin{:}); 35 rnd = poissrnd (varargin{:});