File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,10 @@ be found in any statistics text.
310310
311311.. function :: gammavariate(alpha, beta)
312312
313- Gamma distribution. (*Not * the gamma function!) Conditions on the
314- parameters are ``alpha > 0 `` and ``beta > 0 ``.
313+ Gamma distribution. (*Not * the gamma function!) The shape and
314+ scale parameters, *alpha * and *beta *, must have positive values.
315+ (Calling conventions vary and some sources define 'beta'
316+ as the inverse of the scale).
315317
316318 The probability distribution function is::
317319
@@ -322,7 +324,8 @@ be found in any statistics text.
322324
323325.. function :: gauss(mu=0.0, sigma=1.0)
324326
325- Normal distribution, also called the Gaussian distribution. *mu * is the mean,
327+ Normal distribution, also called the Gaussian distribution.
328+ *mu * is the mean,
326329 and *sigma * is the standard deviation. This is slightly faster than
327330 the :func: `normalvariate ` function defined below.
328331
You can’t perform that action at this time.
0 commit comments