earthkit.meteo.score.array

Functions

bootstrap(func, x, *args[, dim, out_dim, n_iter, ...])

Run bootstrapping.

crps_from_ensemble(x, y[, nan_policy])

Compute Continuous Ranked Probability Score (CRPS).

iter_samples(x, *args[, dim, n_iter, n_samples, ...])

Iterate over resampled arrays for bootstrapping.

pearson_correlation(x, y[, axis])

Compute pearson correlation coefficient.

resample(x, *args[, dim, out_dim, n_iter, n_samples, ...])

Resample arrays for bootstrapping.