


% -*- 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