motyka {philentropy} | R Documentation |
Motyka distance (lowlevel function)
Description
The lowlevel function for computing the motyka distance.
Usage
motyka(P, Q, testNA)
Arguments
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 |
Author(s)
Hajk-Georg Drost
Examples
motyka(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE)
[Package philentropy version 0.8.0 Index]