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 @@ -334,8 +334,10 @@ be found in any statistics text.
334
334
335
335
.. function :: gammavariate(alpha, beta)
336
336
337
- Gamma distribution. (*Not * the gamma function!) Conditions on the
338
- parameters are ``alpha > 0 `` and ``beta > 0 ``.
337
+ Gamma distribution. (*Not * the gamma function!) The shape and
338
+ scale parameters, *alpha * and *beta *, must have positive values.
339
+ (Calling conventions vary and some sources define 'beta'
340
+ as the inverse of the scale).
339
341
340
342
The probability distribution function is::
341
343
@@ -346,7 +348,8 @@ be found in any statistics text.
346
348
347
349
.. function :: gauss(mu=0.0, sigma=1.0)
348
350
349
- Normal distribution, also called the Gaussian distribution. *mu * is the mean,
351
+ Normal distribution, also called the Gaussian distribution.
352
+ *mu * is the mean,
350
353
and *sigma * is the standard deviation. This is slightly faster than
351
354
the :func: `normalvariate ` function defined below.
352
355
You can’t perform that action at this time.
0 commit comments