moscot.problems.spatiotemporal.SpatioTemporalProblem.compute_time_point_distances

SpatioTemporalProblem.compute_time_point_distances(source, intermediate, target, posterior_marginals=True, backend='ott', **kwargs)

Compute Wasserstein distance between time points.

See also

  • TODO(MUCDK): create an example showing the usage.

Parameters:
Return type:

tuple[float, float]

Returns:

: The distance between source and intermediate cells and intermediate and target cells, respectively.