Skip to content

Commit 71fde1f

Browse files
committed
correct the domains
1 parent 68ab171 commit 71fde1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conjugate/distributions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,8 @@ class Pareto(ContinuousPlotDistMixin, SliceMixin):
531531
532532
"""
533533

534-
x_m: Real
535-
alpha: Real
534+
x_m: PositiveReal
535+
alpha: PositiveReal
536536

537537
@property
538538
def dist(self):
@@ -549,8 +549,8 @@ class InverseGamma(ContinuousPlotDistMixin, SliceMixin):
549549
550550
"""
551551

552-
alpha: Real
553-
beta: Real
552+
alpha: PositiveReal
553+
beta: PositiveReal
554554

555555
@property
556556
def dist(self):

0 commit comments

Comments
 (0)