easyclimate.core.normalized

easyclimate.core.normalized#

Normalized Data

Functions

normalize_mean(da[, dim])

Perform Mean normalization on an xarray time series.

normalize_minmax(da[, dim, feature_range])

Perform Min-Max standardization on an xarray time series.

normalize_robust(da[, dim, q_low, q_high])

Perform Robust standardization on an xarray time series.

normalize_zscore(da[, dim, ddof])

Perform Z-Score standardization on an xarray time series.