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