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
Description: # 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
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
