Description Usage Arguments Details Value See Also
Compute the Jeffrey distance between two probability distributions.
1 2 | ## S4 method for signature 'Distribution,Distribution'
Jeffrey(p1, p2)
|
p1, p2 |
|
Let p1 and p2 denote the vectors of probability mass assigned
by two distributions defined on the same state space; furthermore, let
these distributions be strictly positively-valued. Then, the Jeffrey distance
between p1 and p2 is given by
KullbackLeibler(p1, p2) + KullbackLeibler(p2, p1).
Jeffrey distance is a symmetric function based on Kullback-Leibler divergence. It is the sum of the Kullback-Leibler divergence of each distribution from the other.
The Jeffrey distance between p1 and p2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.