X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fexpressions.texi;h=8ed76b2c90c385d57be4de7bac8069646e9d61ed;hb=a90f29f5c4c88d1e56373b160e103bfa9f8ce387;hp=c3a39bbfe17a8aa05f07e960398df8fd49740f5e;hpb=97225b10dcb68ddc5af0de54bc2458e1a458fa83;p=pspp-builds.git diff --git a/doc/expressions.texi b/doc/expressions.texi index c3a39bbf..8ed76b2c 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1123,7 +1123,7 @@ The individual distributions are described individually below. The following continuous distributions are available: -@deftypefn {Function} {} PDF.BETA (@var{x} +@deftypefn {Function} {} PDF.BETA (@var{x}) @deftypefnx {Function} {} CDF.BETA (@var{x}, @var{a}, @var{b}) @deftypefnx {Function} {} IDF.BETA (@var{p}, @var{a}, @var{b}) @deftypefnx {Function} {} RV.BETA (@var{a}, @var{b}) @@ -1377,7 +1377,7 @@ Constraints: @var{a} > 0, @var{b} > 0, @var{x} >= 0, 0 <= @var{p} < 1. The following discrete distributions are available: -@deftypefn {Function} {} PDF.BERNOULLI (@var{x} +@deftypefn {Function} {} PDF.BERNOULLI (@var{x}) @deftypefnx {Function} {} CDF.BERNOULLI (@var{x}, @var{p}) @deftypefnx {Function} {} RV.BERNOULLI (@var{p}) Bernoulli distribution with probability of success @var{p}.