Home > freetb4matlab > statistics > distributions > hygeinv.m

hygeinv

PURPOSE ^

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

SYNOPSIS ^

function inv = hygeinv (x, t, m, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} hygeinv (@var{x}, @var{t}, @var{m}, @var{n})
% For each element of @var{x}, compute the quantile at @var{x} of the
% hypergeometric distribution with parameters @var{t}, @var{m}, and
% @var{n}.
%
% The parameters @var{t}, @var{m}, 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