About 9,680 results
Open links in new tab
  1. Mahalanobis distance - Wikipedia

    The Mahalanobis distance is a measure of the distance between a point and a probability distribution , introduced by P. C. Mahalanobis in 1936. [1] The mathematical details of Mahalanobis distance first …

  2. What Is Mahalanobis Distance and How Does It Work?

    Mar 14, 2026 · Mahalanobis distance measures how far a point is from a distribution, accounting for variable correlations where Euclidean distance falls short.

  3. Mahalanobis Distance: Simple Definition, Examples - Statistics How To

    The Mahalanobis distance (MD) is the distance between two points in multivariate space. In a regular Euclidean space, variables (e.g. x, y, z) are represented by axes drawn at right angles to each other; …

  4. Mahalanobis Distance - Statistics by Jim

    Mahalanobis distance is a multivariate distance metric that measures how far a point is from the center of a distribution, taking into account correlations between variables.

  5. Mahalanobis Distance - Understanding the math with examples …

    In this post, we covered nearly everything about Mahalanobis distance: the intuition behind the formula, the actual calculation in python and how it can be used for multivariate anomaly detection, binary …

  6. The Ultimate Guide to Mahalanobis Distance

    May 14, 2025 · Explore comprehensive techniques to compute and interpret the Mahalanobis distance in multivariate analysis for reliable outlier detection.

  7. P.C. Mahalanobis | Biography, Education, & Facts | Britannica

    P.C. Mahalanobis was an Indian statistician. He developed several practical mathematical and statistical methods—including the Mahalanobis distance—that he later applied to India’s social and economic …

  8. MAHALANOBIS I) Definition in Psychology

    Mar 19, 2026 · The concept of the Mahalanobis distance (MD) stands as a cornerstone in the field of multivariate statistics, representing a significant departure from traditional univariate measures of …

  9. Implementing the Mahalanobis Distance in Python

    A hands-on Jupyter Notebook implementation of the Mahalanobis distance in Python. Covers theory, multiple implementations (NumPy, JAX, TensorFlow, SciPy), benchmarking on low- and high …

  10. Bottom to top explanation of the Mahalanobis distance?

    Mahalanobis distance measures the distance of a point x from a data distribution. The data distribution is characterized by a mean and the covariance matrix, thus is hypothesized as a multivariate gaussian.