Skip to content

Commit cf6cedd

Browse files
committed
explicit with relationship
1 parent 358b590 commit cf6cedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,7 @@ class ChiSquared:
23782378
:math:`\chi^2` log-likelihood.
23792379
23802380
This is the distribution from the sum of the squares of :math:`\nu` independent standard normal random variables or a special
2381-
case of the gamma distribution.
2381+
case of the gamma distribution with :math:`\alpha = \nu/2` and :math:`\beta = 1/2`.
23822382
23832383
The pdf of this distribution is
23842384

0 commit comments

Comments
 (0)