-
Notifications
You must be signed in to change notification settings - Fork 54
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
[ENH] Implement Multivariatenormal #527
base: main
Are you sure you want to change the base?
Conversation
|
||
Parameters | ||
---------- | ||
mean : array_like, default: ``[0]`` |
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.
mean : array_like, default: ``[0]`` | |
mean : array_like, default = ``[0]`` |
you are using another style at the lines 35/36. Which is the correct one?
Other question: From the implementation, it seems that mean has not a default value. Or ?
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, it should be =
instead of :
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.
Thanks for the contribution!
The _ScipyAdapter
works only for univariate distributions - for multivariate, you would have to extend the API.
@fkiraly Just wanted to confirm what methods have to implemented using |
can you kindly rephrase? this sentence seems to be missing parts. |
Some of the distributions (like |
Reference Issues/PRs
#22
What does this implement/fix? Explain your changes.
Implement
MultiVariate_Normal
by interfacingscipy.stats.multivariate_normal
Does your contribution introduce a new dependency? If yes, which one?
No
What should a reviewer concentrate their feedback on?
Not sure if the
_tags
variable is right for this distributionDid you add any tests for the change?
No
Any other comments?
PR checklist
For all contributions
How to: add yourself to the all-contributors file in the
skpro
root directory (not theCONTRIBUTORS.md
). Common badges:code
- fixing a bug, or adding code logic.doc
- writing or improving documentation or docstrings.bug
- reporting or diagnosing a bug (get this pluscode
if you also fixed the bug in the PR).maintenance
- CI, test framework, release.See here for full badge reference