Skip to main content

Chatterjee Correlation coefficient calculator with p-value

Project description

Chatterjee Correlation Coefficient in Python

forthebadge made-with-python
Python 3.6

Tutorial of Publishing Python Package

Usage

  • Make sure you have Python installed in your system.
  • Run Following command in the CMD.
 pip install CCC_DoU

Example

# test.py
from CCC_DoU import CCC

## Taking the Dataset and calculate the Chaterjee Correlation Coefficient.
x=np.random.uniform(-2,2,100)
y=sin(2*x+3)

# Calculate CCC
CC=CCC(x,y)

Run the following Script.

 python test.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CCC_DoU-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

CCC_DoU-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page