The lowlevel function for computing the minkowski distance.
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.