🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

CCC-DoU

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CCC-DoU

Chatterjee Correlation coefficient calculator with p-value

0.0.1
PyPI
Maintainers
1

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

Keywords

Chatterjee Correlation Coefficient

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts