distxy
distxy is a Python library designed to calculate the distance between two probability distributions. It offers a variety of distance and divergence measures, allowing users to quantify how different two probability distributions are. The library supports both discrete and continuous distributions, though it primarily focuses on discrete cases where distributions are represented as collections of probabilities for specific outcomes.
The core functionality of distxy lies in its implementation of various metrics. These include, but are not
Users typically provide two distributions to the library, often represented as lists, NumPy arrays, or dictionaries