The BP Dependency Function: a Generic Measure of Dependence between Random Variables
Guus Berkelmans, Joris Pries, Sandjai Bhulai, Rob van der Mei

TL;DR
This paper introduces a new, comprehensive dependency function for random variables that overcomes the limitations of Pearson correlation, providing a more general measure of dependence with practical Python implementation.
Contribution
The paper proposes a novel dependency function that satisfies all desired properties for measuring dependence between variables, improving upon existing measures.
Findings
The new dependency function is theoretically sound and meets all proposed properties.
Python code implementation is provided for practical use.
The function offers a more general measure of dependence than traditional correlation.
Abstract
Measuring and quantifying dependencies between random variables (RV's) can give critical insights into a data-set. Typical questions are: `Do underlying relationships exist?', `Are some variables redundant?', and `Is some target variable highly or weakly dependent on variable ?' Interestingly, despite the evident need for a general-purpose measure of dependency between RV's, common practice of data analysis is that most data analysts use the Pearson correlation coefficient (PCC) to quantify dependence between RV's, while it is well-recognized that the PCC is essentially a measure for linear dependency only. Although many attempts have been made to define more generic dependency measures, there is yet no consensus on a standard, general-purpose dependency function. In fact, several ideal properties of a dependency function have been proposed, but without much argumentation.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Statistical Methods and Models
