From: Ben Pfaff Date: Mon, 12 May 2014 15:06:17 +0000 (-0700) Subject: doc: Correct name of binomial dsitribution functions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=30b49ef972d0ff4cd5f5ecda6a447968bc05f356 doc: Correct name of binomial dsitribution functions. Reported by Bob Earl . --- diff --git a/doc/expressions.texi b/doc/expressions.texi index 184589cba2..1570d0dfb4 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1449,9 +1449,9 @@ Bernoulli distribution with probability of success @var{p}. Constraints: @var{x} = 0 or 1, 0 <= @var{p} <= 1. @end deftypefn -@deftypefn {Function} {} PDF.BINOMIAL (@var{x}, @var{n}, @var{p}) -@deftypefnx {Function} {} CDF.BINOMIAL (@var{x}, @var{n}, @var{p}) -@deftypefnx {Function} {} RV.BINOMIAL (@var{n}, @var{p}) +@deftypefn {Function} {} PDF.BINOM (@var{x}, @var{n}, @var{p}) +@deftypefnx {Function} {} CDF.BINOM (@var{x}, @var{n}, @var{p}) +@deftypefnx {Function} {} RV.BINOM (@var{n}, @var{p}) Binomial distribution with @var{n} trials and probability of success @var{p}. Constraints: integer @var{n} > 0, 0 <= @var{p} <= 1, integer @var{x} <= @var{n}.