From 5359ad63ce1eb4fa176439cde1afe014b142e212 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 13 May 2002 22:40:38 +0000 Subject: Correct gammavariate's method name and domain. Partial solution to SF bug 527139. --- Doc/lib/librandom.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index bff9a76..47fea4f 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex @@ -216,9 +216,9 @@ these equations can be found in any statistics text. positive infinity. \end{funcdesc} -\begin{funcdesc}{gamma}{alpha, beta} +\begin{funcdesc}{gammavariate}{alpha, beta} Gamma distribution. (\emph{Not} the gamma function!) Conditions on - the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}. + the parameters are \code{\var{alpha} >= 0.5} and \code{\var{beta} > 0}. \end{funcdesc} \begin{funcdesc}{gauss}{mu, sigma} -- cgit v0.12