Skip to content
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 braycurtis #31

Merged
merged 1 commit into from
Sep 27, 2017
Merged

Add braycurtis #31

merged 1 commit into from
Sep 27, 2017

Conversation

jakirkham
Copy link
Owner

Implements a Dask array function for computing the Bray-Curtis distance between two 1-D arrays. Also tests it by comparing to the SciPy implementation of the same name.

@jakirkham jakirkham force-pushed the add_braycurtis branch 7 times, most recently from bfa9636 to a2dea5c Compare September 27, 2017 14:36
Implements a Dask array function for computing the Bray-Curtis distance
between two 1-D arrays. Also tests it by comparing to the SciPy
implementation of the same name.
@jakirkham jakirkham merged commit 7b7d5bb into master Sep 27, 2017
@jakirkham jakirkham deleted the add_braycurtis branch September 27, 2017 15:09

.. math::

\\frac{ \sum_{i} \lvert u_{i} - v_{i} \\rvert }{ \sum_{i} \lvert u_{i} + v_{i} \\rvert }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line was too long. Wrapping it in PR ( #36 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant