From 30b49ef972d0ff4cd5f5ecda6a447968bc05f356 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 12 May 2014 08:06:17 -0700 Subject: [PATCH] doc: Correct name of binomial dsitribution functions. Reported by Bob Earl . --- doc/expressions.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}. -- 2.30.2