dist.diversity {philentropy} | R Documentation |
Distance Diversity between Probability Density Functions
Description
This function computes all distance values between two probability density functions that are available in getDistMethods
and returns a vector storing the corresponding distance measures. This vector is named distance diversity vector.
Usage
dist.diversity(x, p, test.na = FALSE, unit = "log2")
Arguments
x |
a numeric |
p |
power of the Minkowski distance. |
test.na |
a boolean value indicating whether input vectors should be tested for NA values. Faster computations if |
unit |
a character string specifying the logarithm unit that should be used to compute distances that depend on log computations. Options are:
|
Author(s)
Hajk-Georg Drost
Examples
dist.diversity(rbind(1:10/sum(1:10), 20:29/sum(20:29)), p = 2, unit = "log2")
[Package philentropy version 0.8.0 Index]