pmetric
Pmetric, in mathematical and computational contexts, refers to a class of distance functions that generalize the notion of distance using the p-norm. The most common example is the p-metric d_p(x, y) = (sum_i |x_i - y_i|^p)^{1/p} for vectors x and y in a real or complex vector space. This family of distances is also known through the related L_p norms, which measure the length of a vector in terms of its components.
Properties of pmetrics depend on the exponent p. For p >= 1, d_p is a metric: it is
Applications of pmetrics span data analysis and machine learning. They are used to quantify similarity or dissimilarity
Related concepts include the L_p norm, Minkowski distance, and various specialized distance measures derived from p-metrics.