-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
CAR random variables #4596
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
Merged
Merged
CAR random variables #4596
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6ceccd0
add CAR random variable and change CAR distribution
aerubanov 8e1a751
fix formating
aerubanov 52e8608
fix ndims_params
aerubanov 6eceea7
fix formating
aerubanov bc08f93
add make_node
aerubanov 887ef7e
move convertion to at in make_node
aerubanov 0eb57a0
add size support in rng_fn
aerubanov c7a4b80
change make node
aerubanov a485d1b
fix typo
aerubanov 7807b44
Add CAR RandomVariable Op and refactor CAR distribution
aerubanov 71c8d72
add 3d test for CAR logpt
aerubanov 999b0aa
add test for CARRV rng_fn()
aerubanov 88ce616
change test_car_rng_fn
aerubanov 251057e
change seed setting and rebase
aerubanov 9ae5c49
remove numpy usage from dist method
aerubanov f7d91a8
move symmetry check to make_node
aerubanov e2a551d
remove sparce argument
aerubanov 8106990
fix logp
aerubanov 6b1f143
add tests for sparse W
aerubanov 26ee24d
add _infer_shape()
aerubanov 885446b
walkaround for sparse .sum()
aerubanov b09faf3
move test_car_rng_fn()
aerubanov da22cb7
Update pymc3/distributions/multivariate.py
aerubanov 9572625
Update pymc3/tests/test_distributions.py
aerubanov 10f7fb1
add floatx conversion
aerubanov c52047e
remove hack for .sum()
aerubanov 6668ad2
fix formating
aerubanov 0ccd54d
add tolerance setting based on float type
aerubanov 35c4a43
add W symmetry check
aerubanov 5ddd1d5
add aesara assert
aerubanov c89dad2
add test for ndim check
aerubanov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.