Home > freetb4matlab > deprecated > hypergeometric_inv.m

hypergeometric_inv

PURPOSE ^

% For each element of @var{x}, compute the quantile at @var{x} of the

SYNOPSIS ^

function inv = hypergeometric_inv (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} hypergeometric_inv (@var{x}, @var{m}, @var{t}, @var{n})
% For each element of @var{x}, compute the quantile at @var{x} of 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