bhatt_dist: Bhattacharyya distance

Description Usage Arguments Value Examples

Description

Measures the distance between two multivariate distributions

Usage

1
bhatt_dist(d1, d2, ...)

Arguments

d1

matrix or numeric dataframe

d2

matrix or numeric dataframe

...

additional arguments to be passed to cov or mean

Value

Bhattacharyya distance

Examples

1
2
bhatt_dist(iris[,1:4], iris[,1:4])
bhatt_dist(iris[1:10, 1:4], iris[20:30, 1:4])

Swarchal/phenoDist documentation built on May 9, 2019, 3:25 p.m.