X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=doc%2Fexpressions.texi;h=db842f2a1d634500abb37fc3229ddb99bc78c356;hb=15902607af7e20a76acdc98623b9f5a99751065b;hp=345e59669d36ad6f0cc08a8f95251e3b0760fdbc;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp-builds.git diff --git a/doc/expressions.texi b/doc/expressions.texi index 345e5966..db842f2a 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1077,7 +1077,8 @@ yields the value of that variable for the case @var{n} before the current one. Results in system-missing (for numeric variables) or blanks (for string variables) for the first @var{n} cases. -@code{LAG} obtains values from the cases that become the new active file +@code{LAG} obtains values from the cases that become the new active +dataset after a procedure executes. Thus, @code{LAG} will not return values from cases dropped by transformations such as @cmd{SELECT IF}, and transformations like @cmd{COMPUTE} that modify data will change the @@ -1475,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