Kumar-Johnson distance (lowlevel function)
The lowlevel function for computing the kumar_johnson distance.
kumar_johnson(P, Q, testNA)
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 |
Hajk-Georg Drost
kumar_johnson(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.