-
From https://en.wikipedia.org/wiki/Pearson_product-moment_correlation_coefficient
t = r\sqrt{\frac{n-2}{1 - r^2}}
from the correlation_p_pearsonr2:
```
def correlation_pearsonr2(data0, data1):
…
-
Measure Mander's overlap and M1& M2 coefficients along with Pearson's. For extra credit, implement the spectral angle method found in: Gavrilovic M, Wählby C. Quantification of coloca…
-
Dear Meren:
I have problems at anvio test.
Since my mac book got only 8G memory. I tried to install anvio both at Macbook and Linux cluster ( centos. readhat). I am hoping that I can try the clusterin…
-
```
What steps will reproduce the problem?
import numpy
import hcluster
x1 = numpy.random.randn(10,)
x2 = numpy.random.randn(10,)
xx = numpy.vstack((x1, x2))
# first error
hcluster.correlation(x1, …
-
As mentioned in [FB Gorilla paper](http://www.vldb.org/pvldb/vol8/p1816-teller.pdf) add support for sorting/filtering metrics against a test metric using PPMCC
nnuss updated
9 years ago
-
- [x] The `utils/` and `models/` folders have been added to Coveralls and tests now have their own separate folder so coverage is now more accurately calculated (before, only our `data/` folder was be…
-
```
What steps will reproduce the problem?
1. If the 1D value does not exist for the specific lag
2. If an invalid coordinate is passed to the function
3.
What is the expected output? What do you see…
-
```
What steps will reproduce the problem?
import numpy
import hcluster
x1 = numpy.random.randn(10,)
x2 = numpy.random.randn(10,)
xx = numpy.vstack((x1, x2))
# first error
hcluster.correlation(x1, …
-
http://latimes-calculate.readthedocs.org/en/latest/basicfunctions.html#benford-s-law
-
``` julia
using TALib: FunctionDescriptionXML
FunctionDescriptionXML()
```
returns
``` xml
ACOS
Acos
Vector Trigonometric ACos
Math Transform
…