climpred.classes.PerfectModelEnsemble.verify¶
-
PerfectModelEnsemble.verify(metric=None, comparison=None, dim=None, reference=None, **metric_kwargs)[source]¶ Verify initialized predictions against a configuration of other ensemble members.
Note
The configuration of the other ensemble members is based off of the
comparisonkeyword argument.- Parameters
metric (str,
Metric) – Metric to apply in the comparison. See metrics.comparison (str,
Comparison) – How to compare the initialized prediction ensemble with itself, see comparisons.dim (str, list of str) – Dimension(s) over which to apply
metric.dimis passed on to xskillscore.{metric} and includes xskillscore’smember_dim.dimshould containmemberwhencomparisonis probabilistic but should not containmemberwhencomparison=e2c. Defaults toNonemeaning that all dimensions other thanleadare reduced.reference (str, list of str) – Type of reference forecasts with which to verify. One or more of [‘persistence’, ‘uninitialized’].
**metric_kwargs (optional) – Arguments passed to
metric.
- Returns
Dataset of comparison results with
skilldimension for verification results for the initialized ensemble (init) and any reference forecasts verified.