Skip to content

Commit

Permalink
update link to Nolan ref (#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Oct 7, 2023
1 parent 44ba2d2 commit ee3d07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyro/distributions/stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def model():
Simulating Skewed Stable Random Variables.
[4] J.P. Nolan (2017).
Stable Distributions: Models for Heavy Tailed Data.
http://fs2.american.edu/jpnolan/www/stable/chap1.pdf
https://edspace.american.edu/jpnolan/wp-content/uploads/sites/1720/2020/09/Chap1.pdf
:param Tensor stability: Levy stability parameter :math:`\alpha\in(0,2]` .
:param Tensor skew: Skewness :math:`\beta\in[-1,1]` .
Expand Down
2 changes: 1 addition & 1 deletion pyro/infer/reparam/stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class LatentStableReparam(Reparam):
[1] J.P. Nolan (2017).
Stable Distributions: Models for Heavy Tailed Data.
http://fs2.american.edu/jpnolan/www/stable/chap1.pdf
https://edspace.american.edu/jpnolan/wp-content/uploads/sites/1720/2020/09/Chap1.pdf
"""

def apply(self, msg):
Expand Down

0 comments on commit ee3d07c

Please sign in to comment.