File tree 1 file changed +6
-3
lines changed
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.
310
310
311
311
.. function :: gammavariate(alpha, beta)
312
312
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).
315
317
316
318
The probability distribution function is::
317
319
@@ -322,7 +324,8 @@ be found in any statistics text.
322
324
323
325
.. function :: gauss(mu=0.0, sigma=1.0)
324
326
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,
326
329
and *sigma * is the standard deviation. This is slightly faster than
327
330
the :func: `normalvariate ` function defined below.
328
331
You can’t perform that action at this time.
0 commit comments