Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added note that sbvm is only accurate for conc <= 10k #1924

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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