matddhellingerpar: Matrix of distances between discrete probability densities...

View source: R/matddhellingerpar.R

matddhellingerparR Documentation

Matrix of distances between discrete probability densities given the probabilities on their common support

Description

Computes the matrix of the Hellinger (or Matusita) 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.

Usage

matddhellingerpar(freq)

Arguments

freq

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.

Value

Positive symmetric matrix whose order is equal to the number of distributions, consisting of the pairwise Hellinger distances between these distributions.

Author(s)

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Sabine Demotes-Mainard

References

Deza, M.M. and Deza E. (2013). Encyclopedia of distances. Springer.

See Also

ddhellingerpar.

matddhellinger for discrete probability densities which are estimated from the data.


dad documentation built on Aug. 30, 2023, 5:06 p.m.