forked from pyro-ppl/numpyro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AsymmetricLaplace distributions (pyro-ppl#1332)
* AsymmetricLaplace distributions, related to pyro-ppl#1319 * Adding ALD and ALDQ distributions to be importable from numpyro.distributions * fixes typo in __all__ for ALDQ * Updating tests, docs, and converting ALDQ to ALD under the hood * fixing qscale typo in reparameterized_params of ALDQ * Rewritten cdf, icdf, and fixing batching dims, updating tests * Reordering args, removing gamma_params from testing
- Loading branch information
Showing
4 changed files
with
172 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters