earthkit.meteo.regimes.array.regime_index¶
- earthkit.meteo.regimes.array.regime_index(projections, mean, std)¶
Regime index by standardisation of projections onto patterns.
- Parameters:
projections (
array_like) – Projections onto regime patterns.mean (
array_like)std (
array_like)
- Returns:
(projection - mean) / stdfor each regime- Return type:
array_like