


% -*- texinfo -*-
% @deftypefn {Function File} {} t_cdf (@var{x}, @var{n})
% For each element of @var{x}, compute the CDF at @var{x} of the
% t (Student) distribution with @var{n} degrees of freedom, i.e.,
% PROB (t(@var{n}) <= @var{x}).
% @end deftypefn