


% -*- texinfo -*-
% @deftypefn {Function File} {} normcdf (@var{x}, @var{m}, @var{s})
% For each element of @var{x}, compute the cumulative distribution
% function (CDF) at @var{x} of the normal distribution with mean
% @var{m} and standard deviation @var{s}.
%
% Default values are @var{m} = 0, @var{s} = 1.
% @end deftypefn