-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add CAR random variable and change CAR distribution * fix formating * fix ndims_params * fix formating * add make_node * move convertion to at in make_node * add size support in rng_fn * change make node * fix typo * Add CAR RandomVariable Op and refactor CAR distribution * add 3d test for CAR logpt * add test for CARRV rng_fn() * change test_car_rng_fn * change seed setting and rebase * remove numpy usage from dist method * move symmetry check to make_node * remove sparce argument * fix logp * add tests for sparse W * add _infer_shape() * walkaround for sparse .sum() * move test_car_rng_fn() * Update pymc3/distributions/multivariate.py Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> * Update pymc3/tests/test_distributions.py Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> * add floatx conversion * remove hack for .sum() * fix formating * add tolerance setting based on float type * add W symmetry check * add aesara assert * add test for ndim check Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
- Loading branch information
1 parent
cdc6a39
commit 819f045
Showing
4 changed files
with
207 additions
and
70 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