earthkit.meteo.regimes.array.regime_index¶
- earthkit.meteo.regimes.array.regime_index(projections, mean, std)¶
Regime index by standardisation of projections onto patterns.
Convenience function to work with dictionaries.
- Parameters:
projections (
dict[str,array_like]) – Projections onto regime patterns.mean (
dict[str,array_like])std (
dict[str,array_like])
- Returns:
(projection - mean) / stdfor each regime- Return type:
dict[str,array_like]