Skip to content

Commit 98a6c69

Browse files
Update continuous.py
1 parent 4ad2852 commit 98a6c69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pymc/distributions/continuous.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,9 @@ def logcdf(value, loc, sigma):
838838
)
839839

840840

841+
wald = WaldRV()
842+
843+
841844
class Wald(PositiveContinuous):
842845
r"""
843846
Wald log-likelihood.
@@ -1646,6 +1649,9 @@ def logcdf(value, mu, sigma):
16461649
Lognormal = LogNormal
16471650

16481651

1652+
studentt = StudentTRV()
1653+
1654+
16491655
class StudentT(Continuous):
16501656
r"""
16511657
Student's T log-likelihood.

0 commit comments

Comments
 (0)