Questions tagged [mahalanobis-distance]

Question that relates or uses the Mahalanobis distance metric.

The Mahalanobis distance is a measure of the distance between a point P and a distribution D, introduced by P. C. Mahalanobis in 1936. It is a multi-dimensional generalization of the idea of measuring how many standard deviations away P is from the mean of D. This distance is zero if P is at the mean of D, and grows as P moves away from the mean along each principal component axis.

$X=(x_{1}, x_{2},...,x_{N})^{T}$

$\mu=(\mu_{1},\mu_{2},...,\mu_{N})^{T}$

$S$ is the covariance matrix of $X$

The Mahalanobis distance is: $D_{M}(X)=\sqrt{(X-\mu)^{T}S^{-1}(X-\mu)}$

source: https://en.wikipedia.org/wiki/Mahalanobis_distance

55 questions
6
votes
1 answer

Proving that Mahalanobis norm is a norm indeed

While reading this thread I wanted to prove that Mahalanobis norm $\lVert{x-y}\rVert_m$ is a norm indeed. The norm is defined like so: $\lVert{x-y}\rVert_m=d(x-y,0)=d(x,y)=\sqrt{(x-y)^T S (x-y)}=\sqrt{(x-y,x-y)_m}$, where $(x,y)_m$ is the…
JMFS
  • 247
1
vote
1 answer

distance travelled

A troop 5 metres long starts marching. A soldier at the end of the file steps out and starts marching at a higher speed. On reaching the head of the column , he immediately turns around and marches back at the same speed. As soon as he reaches the…
0
votes
1 answer

Running race problem(logic)

There are 3 persons named Ram,Shyam and Hari (Yeah,Indian names). In an 100 m race Ram defeats Shyam by 15 m. In another race of 100 m, Hari defeats Shyam by 20 m. If Ram and Hari take part in a 150 m race,who will win and by how much distance? I…
0
votes
1 answer

Story Mathematics

A man usually rides his bike $9$ kilometers per hour, yet the wind slows him to $6.76$ kilometers for $26$ minutes and $5.55$ for $10$; how long until he gets home $11.54$ kilometers away? (This was a math question in a book of poetry I'm reading…