Skip to content

Commit

Permalink
Remove notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pranathivemuri committed May 28, 2020
1 parent bdf6db7 commit a7c67d5
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 655 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ xi correlation method adapted for python
## What is pyxi?

Pyxi is an implementation of the "xi" correlation metric described in Chatterjee, S. (2019, September 22). A new coefficient of correlation. [arxiv.org/abs/1909.10140](https://arxiv.org/abs/1909.10140). It is based off the R code mentioned in the paper: https://statweb.stanford.edu/~souravc/xi.R


```
from pyxi.pyxi import Xi
xi_obj = Xi([1, 2, 3], [1, 2, 3])
correlation = xi_obj.correlation
pvals = xi_obj.pval_asymptotic(
ties=False, nperm=1000)
```
206 changes: 0 additions & 206 deletions notebooks/profiling.ipynb

This file was deleted.

Loading

0 comments on commit a7c67d5

Please sign in to comment.