Learn R Programming

philentropy (version 0.5.0)

minkowski: Minkowski distance (lowlevel function)

Description

The lowlevel function for computing the minkowski distance.

Usage

minkowski(P, Q, n, testNA)

Arguments

P

a numeric vector storing the first distribution.

Q

a numeric vector storing the second distribution.

n

index for the minkowski exponent.

testNA

a logical value indicating whether or not distributions shall be checked for NA values.

Examples

Run this code
# NOT RUN {
minkowski(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), n = 2, testNA = FALSE)
# }

Run the code above in your browser using DataLab