powered by
hellinger
hellinger(x, y, lower = -Inf, upper = Inf, method = 1, ...)
integrate
method=1
method=2
densityfun
HellingerDist
x <- rnorm(200, 0, 2) y <- rnorm(1000, 10, 15) hellinger(x, y, -Inf, Inf) hellinger(x, y, -Inf, Inf, method = 2)
Run the code above in your browser using DataLab