Home > freetb4matlab > statistics > distributions > poissrnd.m

poissrnd

PURPOSE ^

% Return an @var{r} by @var{c} matrix of random samples from the

SYNOPSIS ^

function rnd = poissrnd (l, r, c)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} poissrnd (@var{lambda}, @var{r}, @var{c})
% Return an @var{r} by @var{c} matrix of random samples from the
% Poisson distribution with parameter @var{lambda}, which must be a 
% scalar or of size @var{r} by @var{c}.
%
% If @var{r} and @var{c} are omitted, the size of the result matrix is
% the size of @var{lambda}.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003