easyclimate.core.normalized

easyclimate.core.normalized#

Normalized Data

Functions

normalize_mean(da[, dim, time_range])

Perform Mean normalization on an xarray time series.

normalize_minmax(da[, dim, time_range, ...])

Perform Min-Max standardization on an xarray time series.

normalize_robust(da[, dim, time_range, ...])

Perform Robust standardization on an xarray time series.

normalize_zscore(da[, dim, time_range, ddof])

Perform Z-Score standardization on an xarray time series.