This is Post 4 of the six-part VHM statistical-methods series. The first three posts (spectral, residual, change detection) looked at a single signal — its frequency content, its deviation from a model, its temporal stability. This one is about pairs of signals. The next two (multivariate and probabilistic) generalize to N signals and full distributions.

A fault often hides between two signals. A battery cell that should track its sister cells starts drifting independently — the coupling breaks. A motor’s current and torque, which should be linked by the motor constant, start showing a residual non-linearity — a new coupling has appeared. The pairwise diagnostic is the relationship, not the signal. The methods for measuring relationships span from the textbook (Pearson correlation) to the modern (distance correlation, HSIC, copulas) — and the choice between them is more consequential than most engineers realize.

Pearson correlation is famous for measuring linear relationships and famous for missing everything else. A perfectly deterministic non-linear relationship — a parabola, a circle — has Pearson correlation zero. The methods in this monograph are the answer to “what do I reach for when Pearson is hiding the dependence I need to see?”

What it covers

About twenty-four minutes of careful reading.

Pearson and the linear case. What it measures, what it misses, the famous Anscombe’s quartet that demonstrates why it’s not enough.

Rank correlations. Spearman and Kendall’s tau. Robust to outliers, sensitive to monotonic non-linearity (any rank-preserving transform). The right reach when you suspect non-linearity but believe the order is preserved.

Distance correlation. Székely’s elegant 2007 measure that’s zero if and only if two variables are independent. Catches any kind of dependence — linear, non-linear, non-monotonic. The bias-corrected estimator that makes it work on small samples.

HSIC (Hilbert-Schmidt Independence Criterion). The kernel-method approach to the same problem. The connection to RKHS. When the kernel choice matters.

Mutual information. The information-theoretic measure. The full picture (distance correlation is essentially a non-parametric approximation to mutual information). Estimation methods — k-NN, kernel density, the recent neural estimators (MINE, InfoNCE).

Copulas. The decoupling of marginals from joint structure. Why this matters at the tails — Gaussian copula vs. t-copula vs. Clayton vs. Gumbel — and why a Gaussian copula assumption is what made the 2008 financial crisis worse.

A worked case study. A battery-cell coupling problem. Pearson says everything’s fine. Distance correlation says one cell has decoupled from its siblings. The diagnostic story.

Read it

Open the field guide →

Code & data

dependence-measures-kit.zip — the Python source for every figure and example.

The VHM statistical-methods series

This is Post 4 of 6:

  1. Listening to the Machine — time-series and spectral analysis
  2. Reading the Residual — model-based fault detection and isolation
  3. Catching the Change — change and fault detection over time
  4. Reading the Couplings(this post) — dependence measures
  5. Reading the Whole Machine — multivariate monitoring
  6. Reasoning Under Uncertainty — probabilistic methods

← Back to Autonomy