X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fexpressions.texi;h=1570d0dfb437ce72072a677b52898484534395cd;hb=refs%2Fheads%2Fpivot-table2;hp=184589cba2e1ce9e8231c60d2de9c38c894927b0;hpb=f8b9ec9666ef4c368f4b91d256673efdec0541db;p=pspp 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}.