


% -*- texinfo -*-
% @deftypefn {Function File} {} uniform_inv (@var{x}, @var{a}, @var{b})
% For each element of @var{x}, compute the quantile (the inverse of the
% CDF) at @var{x} of the uniform distribution on [@var{a}, @var{b}].
%
% Default values are @var{a} = 0, @var{b} = 1.
% @end deftypefn