R/esova.R

Defines functions esova

Documented in esova

## computes ESOV distance between xnew and x
esova <- function(xnew, x) {
  Rfast::dista(xnew, x, type="jensen_shannon")
}

Try the Compositional package in your browser

Any scripts or data that you put into this service are public.

Compositional documentation built on Dec. 4, 2025, 9:07 a.m.