Skip to content

Commit

Permalink
added note that sbvm is only accurate for conc <= 10k (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlaRonning authored Dec 2, 2024
1 parent a4fd59b commit 2ff50d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions numpyro/distributions/directional.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ class SineBivariateVonMises(Distribution):
.. note:: In the context of :class:`~numpyro.infer.svi.SVI`, this distribution can be used as a likelihood but not
for latent variables.
.. note:: Normalization remains accurate for concentrations up to 10,000. Unlike Pyro, there is no assertion to
verify this during initialization, as JIT-compilation would invalidate such a check.
** References: **
1. Probabilistic model for two dependent circular variables Singh, H., Hnizdo, V., and Demchuck, E. (2002)
Expand Down

0 comments on commit 2ff50d8

Please sign in to comment.