X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fexpressions.texi;h=db842f2a1d634500abb37fc3229ddb99bc78c356;hb=5d56372396bcc2a278b94f27ff916ccf0e6e2e06;hp=c77ddcae844687c189ff276ce322f0c338c3b574;hpb=2c043e1bf0d36ae7b3900bf3c2b98196f67d5b7d;p=pspp-builds.git diff --git a/doc/expressions.texi b/doc/expressions.texi index c77ddcae..db842f2a 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1476,7 +1476,7 @@ Constraints: 0 <= @var{p} < 1, @var{x} >= 1. @deftypefn {Function} {} PDF.NEGBIN (@var{x}, @var{n}, @var{p}) @deftypefnx {Function} {} CDF.NEGBIN (@var{x}, @var{n}, @var{p}) @deftypefnx {Function} {} RV.NEGBIN (@var{n}, @var{p}) -Negative binomial distribution with number of successes paramter +Negative binomial distribution with number of successes parameter @var{n} and probability of success parameter @var{p}. Constraints: integer @var{n} >= 0, 0 < @var{p} <= 1, integer @var{x} >= 1. @end deftypefn