emd_fast_no_smoothing: Compute Earth Mover's Distance (EMD) between two Empirical...

View source: R/RcppExports.R

emd_fast_no_smoothingR Documentation

Compute Earth Mover's Distance (EMD) between two Empirical Cumulative Density Functions (ECDFs)

Description

Compute Earth Mover's Distance (EMD) between two Empirical Cumulative Density Functions (ECDFs)

Usage

emd_fast_no_smoothing(locations1, values1, locations2, values2)

Arguments

locations1

Locations for ECDF 1

values1

Cumulative masses for ECDF 1

locations2

Locations for ECDF 2

values2

Cumulative masses for ECDF 2


alan-turing-institute/network-comparison documentation built on June 7, 2022, 10:41 p.m.