pysteps.postprocessing#
Methods for post-processing of forecasts.
pysteps.postprocessing.ensemblestats#
Methods for the computation of ensemble statistics.
|
Compute the mean value from a forecast ensemble field. |
|
For a given forecast ensemble field, compute exceedance probabilities for the given intensity thresholds. |
|
Compute the modified band depth (Lopez-Pintado and Romo, 2009) for a k-member ensemble data set. |
pysteps.postprocessing.probmatching#
Methods for matching the probability distribution of two data sets.
|
Compute an empirical cumulative distribution function from the given histogram. |
|
Matches the empirical CDF of the initial array with the empirical CDF of a target array. |
|
Initialize a probability matching method (PMM) object from binned cumulative distribution functions (CDF). |
|
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). |
|
Find shift and scale that is needed to return the required second_moment and rain area. |
|
Merges two distributions (e.g., from the extrapolation nowcast and NWP in the blending module) to effectively combine two distributions for probability matching without losing extremes. |