easyclimate.core.normalized

easyclimate.core.normalized#

Normalized Data

Functions

calc_precip_anomaly_percentage(precip_data)

Calculate Precipitation Anomaly Percentage (PAP, 降水距平百分率)

timeseries_normalize_mean(da[, dim, time_range])

Perform Mean normalization on an xarray time series.

timeseries_normalize_minmax(da[, dim, ...])

Perform Min-Max standardization on an xarray time series.

timeseries_normalize_robust(da[, dim, ...])

Perform Robust standardization on an xarray time series.

timeseries_normalize_zscore(da[, dim, ...])

Perform Z-Score standardization on an xarray time series.