robustness_factors, and maybe other ensemble statistics (but also maybe not, see #298), has no support for multiple periods or horizons (i.e. if given a 1981-2100 timeseries, it will average all the data to compute its deltas).
Also linked to this, but how ref was handled in xs.ensemble_stats in xscen <= 0.7.21 was completely wrong and will be entirely removed in an upcoming PR.
Potential Solution
Implementing a periods argument could solve those problems.
Additional context
No response
Contribution
[X] I would be willing/able to open a Pull Request to contribute this feature.
Addressing a Problem?
robustness_factors
, and maybe other ensemble statistics (but also maybe not, see #298), has no support for multiple periods or horizons (i.e. if given a 1981-2100 timeseries, it will average all the data to compute its deltas).Also linked to this, but how
ref
was handled inxs.ensemble_stats
inxscen <= 0.7.21
was completely wrong and will be entirely removed in an upcoming PR.Potential Solution
Implementing a
periods
argument could solve those problems.Additional context
No response
Contribution