jensen_difference | R Documentation |
The lowlevel function for computing the jensen_difference distance.
jensen_difference(P, Q, testNA, unit)
P |
a numeric vector storing the first distribution. |
Q |
a numeric vector storing the second distribution. |
testNA |
a logical value indicating whether or not distributions shall be checked for |
unit |
type of
|
Hajk-Georg Drost
jensen_difference(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE, unit = "log2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.