pysteps.postprocessing.probmatching.pmm_compute

Contents

pysteps.postprocessing.probmatching.pmm_compute#

pysteps.postprocessing.probmatching.pmm_compute(pmm, x)#

For a given PMM object and x-coordinate, compute the probability matched value (i.e. the x-coordinate for which the target CDF has the same value as the source CDF).

Parameters:
  • pmm (dict) – A PMM object returned by pmm_init.

  • x (float) – The coordinate for which to compute the probability matched value.