-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 initial support for MultiVariate Variables #224
Conversation
Codecov Report
@@ Coverage Diff @@
## main #224 +/- ##
==========================================
- Coverage 84.41% 82.99% -1.42%
==========================================
Files 26 29 +3
Lines 3259 3564 +305
==========================================
+ Hits 2751 2958 +207
- Misses 508 606 +98
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Suggestions for some typos and small changes in docstrings.
Co-authored-by: Alejandro Icazatti <ale.icazatti@gmail.com>
Co-authored-by: Alejandro Icazatti <ale.icazatti@gmail.com>
Co-authored-by: Alejandro Icazatti <ale.icazatti@gmail.com>
This adds general support for Multivariate variables and implements Dirichlet and Multivariate Normal in particular. Both implementations omit some methods compared to univariate. This is partly because of the differences between these two types of distributions, but also because we should think about which methods of elicitation we really want to implement for Multivariate distributions and work from there. One big missing method is
plot_interactive
, this should be added in the following PR: