Metadata-Version: 2.1
Name: get-cov2
Version: 0.0.5
Summary: Calculation of co-effecient of variance for series
Home-page: https://github.com/arjunjanamatti/get_cov2
Author: Arjun Janamatti, Santhosh V
Author-email: arjunjanamatti@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Calculate co-effecienct of Variance

### Instructions

1. Install:

        pip install get-cov2


2. Calculate the co-effecient of variance

        from get_cov2 import main
        # calculate the co-effecient of variance
        cov = main.gc(series).cov()
