Skip to content

Commit 03f9f72

Browse files
Fix HurdleLogNormal Docstring (#6958)
Correct the psi parameter description so that it refers to the correct distribution for this class. Co-authored-by: amcadie <[email protected]>
1 parent a772a79 commit 03f9f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ class HurdleLogNormal:
10091009
Parameters
10101010
----------
10111011
psi : tensor_like of float
1012-
Expected proportion of Gamma variates (0 < psi < 1)
1012+
Expected proportion of LogNormal variates (0 < psi < 1)
10131013
mu : tensor_like of float, default 0
10141014
Location parameter.
10151015
sigma : tensor_like of float, optional

0 commit comments

Comments
 (0)