tokamaster / maximal-correlation

Compute the maximal correlation coefficient (HGR) in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maximal-correlation

image

Code to compute the maximal correlation coefficient, also known as Hirschfeld-Gebelein-Rényi (HGR) coefficient [1].

Code has been adapted from [2] using ChatGPT.

[1] Rényi, A., 1959. On measures of dependence. Acta mathematica hungarica, 10(3-4), pp.441-451.
[2] Makur, A., 2016. Maximal Correlation Functions: Hermite, Laguerre, and Jacobi.

About

Compute the maximal correlation coefficient (HGR) in Python.

License:MIT License


Languages

Language:Python 100.0%