cellflow.metrics.compute_e_distance¶
- cellflow.metrics.compute_e_distance(x, y)[source]¶
Compute the energy distance between x and y as in [Peidli et al., 2024].
- Parameters:
- Return type:
- Returns:
: A scalar denoting the energy distance value.
Compute the energy distance between x and y as in [Peidli et al., 2024].
: A scalar denoting the energy distance value.