-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add MvNormalMeanScalePrecision distribution #206
Merged
+499
−3
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
97488a3
Add tests for MvNormalMeanScalePrecision
albertpod a590f7f
Add MvNormalMeanScalePrecision
albertpod d78da98
Fix distribution
albertpod 45d0f59
Fix tests
albertpod 9818bd3
Update structure and tests
albertpod 22e611a
Add natural parameters related functions
albertpod 3f467b8
Merge branch 'main' into dev_mvscalenormal
albertpod c9ad326
WIP: Parameters transforamtion
albertpod a0ca848
Add fisher information
albertpod 8a37b2c
Add fisher tests
albertpod 1260dd3
Add rand
albertpod d8b2370
Add MvNormalMeanScalePrecision to library.md
albertpod 44e2ce6
test: add test exponentialfamily interface for MvNormalMeanScalePreci…
Nimrais 49670f8
feat: add basic functions for MvNormalMeanScalePrecision
Nimrais 1877a70
feat: draft MvNormalMeanScalePrecision
Nimrais 118ccfd
fix: dimension match
Nimrais 9d6159a
test: add check that samples are correct
Nimrais 2fb5717
feat: implement getfisherinformation(::NaturalParametersSpace, ::Type…
Nimrais 89a4932
feat: implement getfisherinformation(::NaturalParametersSpace, ::Type…
Nimrais e319963
fix: correct getfisherinformation(::MeanParametersSpace, ::Type{MvNor…
Nimrais 77f4a0d
test: use test_exponentialfamily_interface and add MvNormalMeanScaleP…
Nimrais 0b87569
Delete test/repopack-output.txt
Nimrais 575c4af
Update test/distributions/normal_family/mv_normal_mean_scale_precisio…
Nimrais 2178b10
test(fix): typo in @allocated cholinv(fi_small)
Nimrais 2a5db13
fix: MvNormalMeanScalePrecision should be faster from 10 dimensions
Nimrais 7a00b40
fix: bump BayesBase 1.4.0
Nimrais 148d140
refactor: mean param fisher for MvNormalMeanScalePrecision
Nimrais 9990280
fix: remove BlockArrays
Nimrais 98f2343
fix: update BayesBase 1.5.0
Nimrais fc1103d
fix: use rand! in rand for MvGaussianMeanScalePrecision
Nimrais 9bd15a9
fix: make C=0.7 for Fisher is faster test
Nimrais 809dc67
test(fix): use benchmark
Nimrais 24108bb
Change nr of samples belapsed and # dimensions
wouterwln 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
fix: update BayesBase 1.5.0
commit 98f2343641aff2d7b23ef73cfecf8232b0a1dd27
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
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.
Is there stuff in
BayesBase
1.5.0 that you need specifically?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.
yes, the arrowheadmatrix and the all methods for it to make the CI pass
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.
ReactiveBayes/BayesBase.jl@v1.4.0...v1.5.0