Home > freetb4matlab > deprecated > hypergeometric_rnd.m

hypergeometric_rnd

PURPOSE ^

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

SYNOPSIS ^

function rnd = hypergeometric_rnd (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} hypergeometric_rnd (@var{m}, @var{t}, @var{n}, @var{r}, @var{c})
% @deftypefnx {Function File} {} hygernd (@var{m}, @var{t}, @var{n}, @var{sz})
% Return an @var{r} by @var{c} matrix of random samples from the
% hypergeometric distribution with parameters @var{m}, @var{t},
% and @var{n}.
%
% The parameters @var{m}, @var{t}, and @var{n} must positive integers
% with @var{m} and @var{n} not greater than @var{t}.
% @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