Skip to content

Commit

Permalink
Add missing docs for ProjectedNormal parameter (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo authored Jan 23, 2022
1 parent b134ae8 commit 65225ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyro/distributions/projected_normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ def model():
"The General Projected Normal Distribution of Arbitrary Dimension:
Modeling and Bayesian Inference"
https://projecteuclid.org/euclid.ba/1453211962
:param torch.Tensor concentration: A combined location-and-concentration
vector. The direction of this vector is the location, and its
magnitude is the concentration.
"""

arg_constraints = {"concentration": constraints.real_vector}
Expand Down

0 comments on commit 65225ae

Please sign in to comment.