Metadata-Version: 2.1
Name: staticrab
Version: 0.0.1
Summary: Fast correlation coefficients
Home-page: https://github.com/staticrab/staticrab
Author: Vladimír Kunc
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: staticrab-backend (==0.0.1)

# staticrab

A library for calculation of various correlation measuers.

The goal of this mini library is not to replace [Scipy stack](https://www.scipy.org/), [statsmodels](https://www.statsmodels.org/stable/index.html) nor [PyMC3](https://docs.pymc.io/) but rather to complement them.

It requires to have installed the `staticrab-backend` installed.

```
pip install staticrab-backend
```


