Uditgulati / cor-blas

Implementation of pearson, spearman and bicor correlations using OpenBLAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Correlation OpenBLAS

Implementation of pearson, spearman and bicor correlations using OpenBLAS.

Installation

Install dependency libraries

Debian based systems

sudo apt install libopenblas

Build the library

git clone https://github.com/Uditgulati/cor-blas
cd cor-blas
dub build --compiler=ldc2

Usage

Running examples

cd examples/corTest/
dub build --compiler=ldc2
./cortest

Docs

//TODO

Contributing

Any kind of improvements are welcome. Feel free to fork and open a pull request.

About

Implementation of pearson, spearman and bicor correlations using OpenBLAS

License:GNU General Public License v3.0


Languages

Language:D 49.8%Language:Python 31.3%Language:Makefile 18.9%