Home > freetb4matlab > statistics > distributions > nbinrnd.m

nbinrnd

PURPOSE ^

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

SYNOPSIS ^

function rnd = nbinrnd (n, p, r, c)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} nbinrnd (@var{n}, @var{p}, @var{r}, @var{c})
% @deftypefnx {Function File} {} nbinrnd (@var{n}, @var{p}, @var{sz})
% Return an @var{r} by @var{c} matrix of random samples from the Pascal
% (negative binomial) distribution with parameters @var{n} and @var{p}.
% Both @var{n} and @var{p} must be 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 common size of @var{n} and @var{p}.  Or if @var{sz} is a vector, 
% create a matrix of size @var{sz}.
% @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