Computes the matrix of the \(L^p\) distances between several multivariate or univariate discrete probability distributions on the same support (which can be a Cartesian product of \(q\) sets), given the probabilities of the states (which are \(q\)-tuples) of the support.
matddlppar(freq, p = 1)
Positive symmetric matrix whose order is equal to the number of distributions, consisting of the pairwise \(L^p\) distances between these distributions.
list of arrays. Their dim
attribute is a vector with length \(q\), its elements containing the numbers of levels of the \(sets\). Each array contains the probabilities of the discrete distribution on the same support.
integer. Parameter of the distance.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Sabine Demotes-Mainard
Deza, M.M. and Deza E. (2013). Encyclopedia of distances. Springer.
ddlppar
.
matddlp
for discrete probability distributions which are estimated from samples.