Chatterjee Correlation coefficient calculator with p-value
Project description
Chatterjee Correlation Coefficient in Python
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file CCC_DoU-0.0.1.tar.gz
.
File metadata
- Download URL: CCC_DoU-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87661c9f1640fcd340c6d26d2a0355d40e8507defdc699e97c53f9474f1d20c5 |
|
MD5 | 1304c1137709138eed2cfc7eb005b556 |
|
BLAKE2b-256 | 744fdbc674485baa3ecbbc306a0cff02e905a7d4900b18dc1fe8118fe765f422 |
File details
Details for the file CCC_DoU-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: CCC_DoU-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88c6a74f1d0ba1485661222a4423c30902a495fbaf5d2a96aec4c8e7b175652b |
|
MD5 | 4c97afbfd6027f404029ae7a2ad7fdc1 |
|
BLAKE2b-256 | be91125459e4ce461c46d9f0b1ac3e990a57ea38eb0107a3d8339c155ee98b99 |