powered by
The lowlevel function for computing the topsoe distance.
topsoe(P, Q, testNA, unit)
a numeric vector storing the first distribution.
a numeric vector storing the second distribution.
a logical value indicating whether or not distributions shall be checked for NA values.
NA
type of log function. Option are
log
unit = "log"
unit = "log2"
unit = "log10"
# NOT RUN { topsoe(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE, unit = "log2") # }
Run the code above in your browser using DataLab