Correct gammavariate's method name and domain.

Partial solution to SF bug 527139.
This commit is contained in:
Raymond Hettinger 2002-05-13 22:40:38 +00:00
parent eaba9d7b28
commit 5359ad63ce
1 changed files with 2 additions and 2 deletions

View File

@ -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}