Resolve "release v2.3.0"
Compare changes
- leufen1 authored
+ 8
− 2
@@ -213,6 +213,11 @@ def mean_absolute_error(a, b, dim=None):
@@ -213,6 +213,11 @@ def mean_absolute_error(a, b, dim=None):
"""Calculate index of agreement (IOA) where a is the forecast and b the reference (e.g. observation)."""
@@ -234,7 +239,7 @@ def modified_normalized_mean_bias(a, b, dim=None):
@@ -234,7 +239,7 @@ def modified_normalized_mean_bias(a, b, dim=None):
"""Calculate MSE, RMSE, MAE, IOA, and MNMB. Additionally, return number of used values for calculation.
@@ -243,12 +248,13 @@ def calculate_error_metrics(a, b, dim):
@@ -243,12 +248,13 @@ def calculate_error_metrics(a, b, dim):