powered by
The lowlevel function for computing the minkowski distance.
minkowski(P, Q, n, testNA)
a numeric vector storing the first distribution.
a numeric vector storing the second distribution.
index for the minkowski exponent.
a logical value indicating whether or not distributions shall be checked for NA values.
NA
# 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