-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Refactor get_tau_sigma to handle lists #5747
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
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b2a9e40
Refactor get_tau_sigma to handle lists
fonnesbeck f264bfa
Fixed syntax error
fonnesbeck 277b5e7
Black formatted
fonnesbeck 7902ab9
Change assertions to ValueError raises
fonnesbeck 6679b61
Prior predictions constant data (#5723)
TimOliverMaier a20c970
Fix issue probably-meant-fstring found at https://codereview.doctor …
code-review-doctor 4130f04
Add coords argument to pymc.set_data (#5588)
soma2000-lang 64e01d5
remove MultinomialRV override
danhphan e89d803
⬆️ UPGRADE: Autoupdate pre-commit config
twiecki 904eac8
Group GaussianRandomWalk tests in single class
ricardoV94 16b4afa
Infer steps from shape in GaussianRandomWalk
canyon289 fe8634f
Unpin upper limit on numpydoc
michaelosthege 07501b9
⬆️ UPGRADE: Autoupdate pre-commit config
twiecki 7eaea58
Standardize docstrings of input dists arguments and add warning about…
ricardoV94 1690482
Remove unnecessary tag in Simulator logp
ricardoV94 4401bf6
Replace deprecated tag.ignore_logprob
ricardoV94 8ff7c85
Group compile_pymc tests in own class
ricardoV94 20887a5
Remove remaining uses of default_updates in codebase
ricardoV94 bb614dd
Remove redundant/wrong docstrings from GaussianRandomWalk logp
ricardoV94 64b20e0
Add moment to GaussianRandomWalk and fix mu/sigma broadcasting bug
ricardoV94 345067e
Do not create temporary SymbolicDistribution just to retrieve number …
ricardoV94 a3d8844
Move SymbolicDistribution docstring to body of class
ricardoV94 5e34387
Refactor AR distribution
ricardoV94 8507956
Rename `pandas_to_array` to `convert_observed_data`
ricardoV94 be6fa5c
Obtain step information from dims and observed
ricardoV94 255c8e9
Make AR steps extend shape beyond initial_dist
ricardoV94 18cbb43
Merge branch 'main' into vector_sigma
fonnesbeck 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we are here, we should replace the asserts by a ValueError