powered by
The lowlevel function for computing the inner_product distance.
inner_product(P, Q, testNA)
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
# NOT RUN { inner_product(P = 1:10/sum(1:10), Q = 20:29/sum(20:29), testNA = FALSE) # }
Run the code above in your browser using DataLab