-
Notifications
You must be signed in to change notification settings - Fork 29
Add Multivariate Distance Covariance metric and the corresponding test of independence #62
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
Open
Palash123-4
wants to merge
28
commits into
vnmabus:develop
Choose a base branch
from
Palash123-4:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
b7b0653
Add files via upload
Palash123-4 68a7cfa
Add the multivariate distance covariance
Palash123-4 af0568d
Update _dcor.py
Palash123-4 21f4b8a
Merge branch 'vnmabus:develop' into develop
Palash123-4 d44fb7d
update random projection-
946397c
update random projection based test of independence
62152ef
add dist_sum function
3207181
Merge branch 'develop' of https://github.com/Palash123-4/dcor into de…
3b6fde1
add citation of random projections based distance covariance
8890215
update with spaces
0b73538
update with spaces
19a71f6
update with spaces
db98194
insert .
d1b4050
insert .
a41bdb8
insert .
0496e5a
insert .
0718f7e
update module
b25130d
update module
7b55726
update dimension evaluation
c89131e
update dimension evaluation
974c84e
Add files via upload
Palash123-4 3d25d06
Add files via upload
Palash123-4 bb32079
Merge branch 'vnmabus:develop' into develop
Palash123-4 3f3824c
Fix circular import in _rowwise module initialization
Palash123-4 1a55352
Merge branch 'develop' into develop
Palash123-4 eaced17
Fix ReadTheDocs build by using importlib.metadata instead of pkg_reso…
Palash123-4 6b1ae7e
Merge branch 'develop' of https://github.com/Palash123-4/dcor into de…
Palash123-4 d90b4a3
Fix BibTeX syntax error in refs.bib
Palash123-4 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
Oops, something went wrong.
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.
We prefer Google style docstrings over NumPy style ones.
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.
You closed the conversation without changing it, please don't do that.
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.
I have replaced ' ' ' by " " "
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.
Google style docstrings, as opposed to NumPy style docstrings, use a colon to specify sections such as
Args:orReturns:, instead of placing hyphens in the line below. See https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html for examples.