Skip to content

Commit

Permalink
Update reparam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhav-Kanda authored Jun 1, 2023
1 parent e715881 commit 26627f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numpyro/infer/reparam.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ class LocScaleReparam(Reparam):
1. *Automatic Reparameterisation of Probabilistic Programs*,
Maria I. Gorinova, Dave Moore, Matthew D. Hoffman (2019)
:param float centered: optional centered parameter. If None (default) learn
a per-site per-element centering parameter in ``[0,1]``. If 0, fully
:param float centered: optional centered parameter. If None (default) considers centered parameter to be 0.5. If 0, fully
decenter the distribution; if 1, preserve the centered distribution
unchanged.
:param shape_params: list of additional parameter names to copy unchanged from
Expand Down

0 comments on commit 26627f4

Please sign in to comment.