doc: Correct name of binomial dsitribution functions.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 12 May 2014 15:06:17 +0000 (08:06 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 12 May 2014 15:06:17 +0000 (08:06 -0700)
Reported by Bob Earl <Bob.Earl@gmx.net>.

doc/expressions.texi

index 184589cba2e1ce9e8231c60d2de9c38c894927b0..1570d0dfb437ce72072a677b52898484534395cd 100644 (file)
@@ -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}.