Skip to content

Commit

Permalink
Add Student's t distribution to the location-scale family
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Nov 10, 2022
1 parent 1a7e8be commit 82d7d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aemcmc/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
fact(location_scale_family, at.random.laplace)
fact(location_scale_family, at.random.logistic)
fact(location_scale_family, at.random.normal)
fact(location_scale_family, at.random.t)


def location_scale_transform(in_expr, out_expr):
Expand Down

0 comments on commit 82d7d06

Please sign in to comment.