Skip to content

Commit

Permalink
Fixed psi_phi name in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaRonning committed Jun 7, 2021
1 parent 4d44aa0 commit 3143b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/distributions/sine_skewed.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def model(obs):
phi_concentration=1000 * phi_conc,
psi_concentration=1000 * psi_conc,
weighted_correlation=corr_scale)
return pyro.sample(' phi_psi', SineSkewed(sine, skewness), obs=obs)
return pyro.sample('phi_psi', SineSkewed(sine, skewness), obs=obs)
To ensure the skewing does not alter the normalization constant of the (Sine Bivaraite von Mises) base
distribution the skewness parameters are constraint. The constraint requires the sum of the absolute values of
Expand Down

0 comments on commit 3143b45

Please sign in to comment.