Description Usage Arguments Value Examples
Measures the distance between two multivariate distributions
1 | bhatt_dist(d1, d2, ...)
|
d1 |
matrix or numeric dataframe |
d2 |
matrix or numeric dataframe |
... |
additional arguments to be passed to |
Bhattacharyya distance
1 2 | bhatt_dist(iris[,1:4], iris[,1:4])
bhatt_dist(iris[1:10, 1:4], iris[20:30, 1:4])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.