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 Feb. 17, 2026, 9:06 a.m.