Skip to content

Commit a9cd64d

Browse files
eigenfoojunpenglao
authored andcommitted
Fix support of HalfCauchy (#3199)
1 parent 1d3f62d commit a9cd64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ class HalfCauchy(PositiveContinuous):
19571957
plt.show()
19581958
19591959
======== ========================
1960-
Support :math:`x \in \mathbb{R}`
1960+
Support :math:`x \in [0, \infty)`
19611961
Mode 0
19621962
Mean undefined
19631963
Variance undefined

0 commit comments

Comments
 (0)