Łukaszyk–Karmowski metric

From HandWiki

In mathematics, the Łukaszyk–Karmowski metric is a function defining a distance between two random variables or two random vectors.[1][2] This function is not a metric as it does not satisfy the identity of indiscernibles condition of the metric, that is for two identical arguments its value is greater than zero. The concept is named after Szymon Łukaszyk and Wojciech Karmowski.

Continuous random variables

The Łukaszyk–Karmowski metric D between two continuous independent random variables X and Y is defined as:

[math]\displaystyle{ D(X, Y) = \int_{-\infty}^\infty \int_{-\infty}^\infty |x-y|f(x)g(y) \, dx\, dy }[/math]

where f(x) and g(y) are the probability density functions of X and Y respectively.

One may easily show that such metrics above do not satisfy the identity of indiscernibles condition required to be satisfied by the metric of the metric space. In fact they satisfy this condition if and only if both arguments X, Y are certain events described by Dirac delta density probability distribution functions. In such a case:

[math]\displaystyle{ D_{\delta\delta}(X, Y) = \int_{-\infty}^\infty \int_{-\infty}^\infty |x-y|\delta(x-\mu_x)\delta(y-\mu_y) \, dx\, dy = |\mu_x-\mu_y| }[/math]

the Łukaszyk–Karmowski metric simply transforms into the metric between expected values [math]\displaystyle{ \mu_x }[/math], [math]\displaystyle{ \mu_y }[/math] of the variables X and Y and obviously:

[math]\displaystyle{ D_{\delta\delta}(X, X) = |\mu_x-\mu_x| = 0. }[/math]

For all the other real cases however:

[math]\displaystyle{ D\left(X, X\right) \gt 0. \, }[/math]

The Łukaszyk–Karmowski metric satisfies the remaining non-negativity and symmetry conditions of metric directly from its definition (symmetry of modulus), as well as subadditivity/triangle inequality condition:

[math]\displaystyle{ \begin{align} &{} D(X, Z) = \int_{-\infty}^\infty \int_{-\infty}^\infty |x-z|f(x)h(z) \, dx\, dz\ = \int_{-\infty}^\infty \int_{-\infty}^\infty |x-z|f(x)h(z) \, dx\, dz \int_{-\infty}^\infty g(y) dy\ \\ &{} = \int_{-\infty}^\infty \int_{-\infty}^\infty \int_{-\infty}^\infty |(x-y)+(y-z)|f(x)g(y)h(z) \, dx\, dy\, dz\ \\ &{} \le \int_{-\infty}^\infty \int_{-\infty}^\infty \int_{-\infty}^\infty (|x-y|+|y-z|)f(x)g(y)h(z) \, dx\, dy\, dz\ \\ &{} = \int_{-\infty}^\infty \int_{-\infty}^\infty \int_{-\infty}^\infty |x-y|f(x)g(y)h(z) \, dx\, dy\, dz\ + \int_{-\infty}^\infty \int_{-\infty}^\infty \int_{-\infty}^\infty |y-z|f(x)g(y)h(z) \, dx\, dy\, dz\ \\ &{} = \int_{-\infty}^\infty \int_{-\infty}^\infty |x-y|f(x)g(y) \, dx\, dy\ + \int_{-\infty}^\infty \int_{-\infty}^\infty |y-z|g(y)h(z) \, dy\, dz\ \\ &{} = D(X, Y) + D(Y, Z) \end{align} }[/math]

Thus

[math]\displaystyle{ D(X, Z) \le D(X, Y)+D(Y, Z). \, }[/math]
L–K metric between two random variables X and Y having normal distributions and the same standard deviation [math]\displaystyle{ \sigma = 0, \sigma = 0.2, \sigma = 0.4, \sigma = 0.6, \sigma = 0.8, \sigma = 1 }[/math] (starting with the bottom curve). [math]\displaystyle{ m_{xy} = |\mu_x-\mu_y| }[/math] denotes a distance between means of X and Y.

In the case where X and Y are dependent on each other, having a joint probability density function f(x, y), the L–K metric has the following form:

[math]\displaystyle{ \int_{-\infty}^\infty \int_{-\infty}^\infty |x-y| f(x, y) \, dx\, dy. }[/math]

Example: two continuous random variables with normal distributions (NN)

If both random variables X and Y have normal distributions with the same standard deviation σ, and if moreover X and Y are independent, then D(XY) is given by

[math]\displaystyle{ D_{NN}(X, Y) = \mu_{xy} + \frac{2\sigma}{\sqrt\pi}\operatorname{exp}\left(-\frac{\mu_{xy}^2}{4\sigma^2}\right)-\mu_{xy} \operatorname{erfc} \left(\frac{\mu_{xy}}{2\sigma}\right) , }[/math]

where

[math]\displaystyle{ \mu_{xy} = \left|\mu_x-\mu_y\right|, }[/math]

where erfc(x) is the complementary error function and where the subscripts NN indicate the type of the L–K metric.

In this case, the lowest possible value of the function [math]\displaystyle{ D_{NN}(X, Y) }[/math] is given by

[math]\displaystyle{ \lim_{\mu_{xy}\to 0} D_{NN}(X, Y) = D_{NN}(X, X) = \frac{2\sigma}{\sqrt\pi}. }[/math]

Example: two continuous random variables with uniform distributions (RR)

When both random variables X and Y have uniform distributions (R) of the same standard deviation σ, D(XY) is given by

[math]\displaystyle{ D_{RR}(X, Y) = \begin{cases} \frac{24\sqrt{3}\sigma^3-\mu_{xy}^3+6\sqrt{3}\sigma\mu_{xy}^2}{36\sigma^2}, & \mu_{xy}\lt 2\sqrt{3}\sigma, \\ \mu_{xy}, & \mu_{xy} \ge 2\sqrt{3}\sigma. \end{cases} }[/math]

The minimal value of this kind of L–K metric is

[math]\displaystyle{ D_{RR}(X, X) = \frac{2\sigma}{\sqrt{3}}. }[/math]

Discrete random variables

In case the random variables X and Y are characterized by discrete probability distribution the Łukaszyk–Karmowski metric D is defined as:

[math]\displaystyle{ D(X, Y) = \sum_{i} \sum_{j} |x_i-y_j|P(X=x_i)P(Y=y_j).\, }[/math]

For example for two discrete Poisson-distributed random variables X and Y the equation above transforms into:

[math]\displaystyle{ D_{PP}(X, Y) = \sum_{x=0}^n\sum_{y=0}^n |x-y|\frac{{\lambda_x}^x{\lambda_y}^ye^{-(\lambda_x+\lambda_y)}}{x!y!}. }[/math]

Random vectors

equidistant surface for Euclidean metric [math]\displaystyle{ d^{2}(\mathbf{x},\mathbf{0})=\sqrt{x_{1}^2+x_{2}^2} }[/math]
equidistant surface for Euclidean L–K metric [math]\displaystyle{ D_{R\delta}^{2}(\mathbf{X},\mathbf{0}) \left( \left(\mathbf{X,0}\right): \Omega \to \mathbb{R}^2 \right) }[/math]

The Łukaszyk–Karmowski metric of random variables may be easily extended into metric D(X, Y) of random vectors X, Y by substituting [math]\displaystyle{ |x-y| }[/math] with any metric operator d(x,y):

[math]\displaystyle{ D(\mathbf{X}, \mathbf{Y}) =\int_{\Omega} \int_{\Omega} d(\mathbf{x}, \mathbf{y})F(\mathbf{x})G(\mathbf{y})\, d\Omega_x \, d\Omega_y. }[/math]

For example substituting d(x,y) with an Euclidean metric and assuming two-dimensionality of random vectors X, Y would yield:

[math]\displaystyle{ D(\mathbf{X}, \mathbf{Y}) =\int_{\Omega} \int_\Omega \sqrt{\sum_{i=1}^2|x_i-y_i|^2} F( x_1, x_2)G(y_1, y_2) \, dx_1\, dx_2\, dy_1\, dy_2. }[/math]

This form of L–K metric is also greater than zero for the same vectors being measured (with the exception of two vectors having Dirac delta coefficients) and satisfies non-negativity and symmetry conditions of metric. The proofs are analogous to the ones provided for the L–K metric of random variables discussed above.

In case random vectors X and Y are dependent on each other, sharing common joint probability distribution F(X, Y) the L–K metric has the form:

[math]\displaystyle{ D(\mathbf{X}, \mathbf{Y}) =\int_{\Omega} \int_{\Omega} d(\mathbf{x}, \mathbf{y})F(\mathbf{x}, \mathbf{y}) \, d\Omega_x \, d \Omega_y. }[/math]

Random vectors – the Euclidean form

If the random vectors X and Y are not also only mutually independent but also all components of each vector are mutually independent, the Łukaszyk–Karmowski metric for random vectors is defined as:

[math]\displaystyle{ D_{**}^{(p)}(\mathbf{X}, \mathbf{Y}) = \left( {\sum_i{D_{**}(X_i, Y_i)}^p} \right)^{\frac1p} }[/math]

where:

[math]\displaystyle{ D_{**}(X_i, Y_i)\, }[/math]

is a particular form of L–K metric of random variables chosen in dependence of the distributions of particular coefficients [math]\displaystyle{ X_i }[/math] and [math]\displaystyle{ Y_i }[/math] of vectors X, Y .

Such a form of L–K metric also shares the common properties of all L–K metrics.

  • It does not satisfy the identity of indiscernibles condition:
[math]\displaystyle{ \forall{\mathbf{X}, \mathbf{Y}}\ D_{**}^{(p)}(\mathbf{X}, \mathbf{Y}) = 0 \ \nLeftrightarrow \ \mathbf{X} = \mathbf{Y} \, }[/math]
since:
[math]\displaystyle{ D_{**}^{(p)}(\mathbf{X}, \mathbf{X}) = 0 \Leftrightarrow \ \forall{i} \ D_{**}(X_i, X_i) = 0 }[/math]
but from the properties of L–K metric for random variables it follows that:
[math]\displaystyle{ \exists\ X_i\ D_{**}(X_i, X_i) \gt 0 }[/math]
  • It is non-negative and symmetric since the particular coefficients are also non-negative and symmetric:
[math]\displaystyle{ \forall\ i \ D_{**}(X_i, Y_i) \gt 0 \, }[/math]
[math]\displaystyle{ \forall\ i \ D_{**}(X_i, Y_i) = D_{**}(Y_i, X_i) }[/math]
  • It satisfies the triangle inequality:
[math]\displaystyle{ \forall\ \mathbf{X}, \mathbf{Y}, \mathbf{Z} \ D_{**}^{(p)}(\mathbf{X}, \mathbf{Z}) \le D_{**}^{(p)}(\mathbf{X}, \mathbf{Y}) + D_{**}^{(p)}(\mathbf{Y}, \mathbf{Z}) }[/math]
since (cf. Minkowski inequality):
[math]\displaystyle{ \begin{align} &{} \left( {\sum_i{D_{**}(X_i, Y_i)}^p} \right)^{\frac1p} + \left( {\sum_i{D_{**}(Y_i, Z_i)}^p} \right)^{\frac1p}\ \ge \\ &{} \ge \left( {\sum_i{D_{**}(X_i, Y_i) + D_{**}(Y_i, Z_i)}^p} \right)^{\frac1p} \ge \\ &{} \ge \left( {\sum_i{D_{**}(X_i, Z_i)}^p} \right)^{\frac1p} \end{align} }[/math]

Physical interpretation

The Łukaszyk–Karmowski metric may be considered as a distance between quantum mechanics particles described by wavefunctions ψ, where the probability dP that given particle is present in given volume of space dV amounts:

[math]\displaystyle{ dP = |\psi(x, y, z)|^2 dV. \, }[/math]

A quantum particle in a box

L–K metric between a quantum particle in a one-dimensional box of length L and a given point ξ of the box [math]\displaystyle{ (0 \le \xi \le L) }[/math].

For example the wavefunction of a quantum particle (X) in a box of length L has the form:

[math]\displaystyle{ \psi_m(x) = \sqrt{\frac{2}{L}} \sin{\left(\frac{m \pi x}{L} \right)}, \, }[/math]

In this case the L–K metric between this particle and any point [math]\displaystyle{ \xi \in (0, L)\, }[/math] of the box amounts:

[math]\displaystyle{ \begin{align} &{} D(X, \xi) = \int\limits_{0}^L |x-\xi||\psi_m(x)|^2dx = \\ &{} = \frac{\xi^2}{L} - \xi +L\left(\frac{1}{2}-\frac{\sin^2(\frac{m\pi\xi}{L})}{m^2\pi^2}\right). \end{align} }[/math]

From the properties of the L–K metric it follows that the sum of distances between the edge of the box (ξ = 0 or ξ= L) and any given point and the L–K metric between this point and the particle X is greater than L–K metric between the edge of the box and the particle. E.g. for a quantum particle X at an energy level m = 2 and point ξ = 0.2:

[math]\displaystyle{ d(0,0.2L) + D(0.2L, X) \approx 0.2L + 0.3171L = 0.517L \neq D(0, X) = 0.5L = d(0,0.5L).\, }[/math]

Obviously the L–K metric between the particle and the edge of the box (D(0, X) or D(L, X)) amounts 0.5L and is independent on the particle's energy level.

Two quantum particles in a box

A distance between two particles bouncing in a one-dimensional box of length L having time-independent wavefunctions:

[math]\displaystyle{ \psi_m(x) = \sqrt{\frac{2}{L}} \sin{\left(\frac{m \pi x}{L} \right)}, \, }[/math]
[math]\displaystyle{ \psi_n(y) = \sqrt{\frac{2}{L}} \sin{\left(\frac{n \pi y}{L} \right)}, \, }[/math]

may be defined in terms of Łukaszyk–Karmowski metric of independent random variables as:

[math]\displaystyle{ \begin{align} &{} D(X, Y) = \int\limits_{0}^L \int\limits_0^L |x-y||\psi_m(x)|^2|\psi_n(y)|^2 \, dx\, dy \\ &{} = \begin{cases} L\left(\frac{4 \pi^2 m^2 -15}{12\pi^2m^2} \right) & m=n, \\ L\left(\frac{2 \pi^2 m^2 n^2 -3m^2 - 3n^2}{6\pi^2m^2n^2} \right) & m \neq n \end{cases}\end{align} }[/math]

The distance between particles X and Y is minimal for m = 1 i n = 1, that is for the minimum energy levels of these particles and amounts:

[math]\displaystyle{ \min(D(X, Y)) = L\left(\frac{4 \pi^2-15}{12\pi^2} \right) \approx 0.2067L. \, }[/math]

According to properties of this function, the minimum distance is nonzero. For greater energy levels m, n it approaches to L/3.

Popular explanation

Normal distributions of two random variables X and Y of the same variance for three locations of their means µx, µy

Suppose we have to measure the distance between point µx and point µy, which are collinear with some point 0. Suppose further that we instructed this task to two independent and large groups of surveyors equipped with tape measures, wherein each surveyor of the first group will measure distance between 0 and µx and each surveyor of the second group will measure distance between 0 and µy.

Under the following assumptions we may consider the two sets of received observations xi, yj as random variables X and Y having normal distribution of the same variance σ 2 and distributed over "factual locations" of points µx, µy.

Calculating the arithmetic mean for all pairs |xiyj| we should then obtain the value of L–K metric DNN(X, Y). Its characteristic curvilinearity arises from the symmetry of modulus and overlapping of distributions f(x), g(y) when their means approach each other.

An interesting experiment the results of which coincide with the properties of L–K metric was performed in 1967 by Robert Moyer and Thomas Landauer who measured the precise time an adult took to decide which of two Arabic digits was the largest. When the two digits were numerically distanced such as 2 and 9. subjects responded quickly and accurately. But their response time slowed by more than 100 milliseconds when they were closer such as 5 and 6, and subjects then erred as often as once in every ten trials. The distance effect was present both among highly intelligent persons, as well as those who were trained to escape it.[3]

Practical applications

A Łukaszyk–Karmowski metric may be used instead of a metric operator (commonly the Euclidean distance) in various numerical methods, and in particular in approximation algorithms such us radial basis function networks,[4] inverse distance weighting or Kohonen self-organizing maps.

This approach is physically based, allowing the real uncertainty in the location of the sample points to be considered. [5][6]

Łukaszyk–Karmowski metric is the only metric that can be used In the context of observer-dependent measurements.[7][8][9] It is zero only for two measurements having the same spatiotemporal coordinates for a given observer.

See also

References

  1. Metryka Pomiarowa, przykłady zastosowań aproksymacyjnych w mechanice doświadczalnej (Measurement metric, examples of approximation applications in experimental mechanics), PhD thesis, Szymon Łukaszyk (author), Wojciech Karmowski (supervisor), Tadeusz Kościuszko Cracow University of Technology, submitted December 31, 2001, completed March 31, 2004
  2. A new concept of probability metric and its applications in approximation of scattered data sets, Łukaszyk Szymon, Computational Mechanics Volume 33, Number 4, 299–304, Springer-Verlag 2003 doi:10.1007/s00466-003-0532-2
  3. The Number Sense: How the Mind Creates Mathematics, Stanislas Dehaene, Oxford University Press US, 1999, ISBN 0-19-513240-8, pp. 73–75
  4. Florian Hogewind, Peter Bissolli (2010) Operational maps of monthly mean temperature for WMO-Region VI (Europe and Middle East), IDŐJÁRÁS, Quarterly Journal of the Hungarian Meteorological Service, Vol. 115, No. 1-2, January–June 2011, pp. 31-49, p. 41
  5. Gang Meng, Jane Law, Mary E. Thompson (2010) "Small-scale health-related indicator acquisition using secondary data spatial interpolation", International Journal of Health Geographics, 9:50 doi:10.1186/1476-072X-9-50
  6. Gang Meng (2010)Social and Spatial Determinants of Adverse Birth Outcome Inequalities in Socially Advanced Societies, Thesis (Doctor of Philosophy in Planning), University of Waterloo, Canada,
  7. Časlav Brukner, On the Quantum Measurement Problem, Part of The Frontiers Collection book series (FRONTCOLL), 16 Nov 2016
  8. Časlav Brukner, A No-Go Theorem for Observer-Independent Facts, Entropy 2018, 20(5), 350; https://doi.org/10.3390/e20050350
  9. Massimiliano Proietti, Alexander Pickston, Francesco Graffitti, Peter Barrow, Dmytro Kundys, Cyril Branciard, Martin Ringbauer, Alessandro Fedrizzi, Experimental test of local observer independence, Science Advances 20 Sep 2019, Vol. 5, no. 9, eaaw9832, DOI: 10.1126/sciadv.aaw9832