@@ -16,27 +16,27 @@ def scores_det_cont_fcst(pred, obs, scores, offset=0.01):
16
16
a list containing the names of the scores to be computed, the full list
17
17
is:
18
18
19
- +------------+--------------------------------------------------------------+
20
- | Name | Description |
21
- +============+==============================================================+
22
- | beta | linear regression slope (conditional bias) |
23
- +------------+--------------------------------------------------------------+
24
- | corr_p | pearson's correleation coefficien (linear correlation) |
25
- +------------+--------------------------------------------------------------+
26
- | corr_s | spearman's correlation coefficient (rank correlation) |
27
- +------------+--------------------------------------------------------------+
28
- | ME_add | mean error or bias of additive residuals |
29
- +------------+--------------------------------------------------------------+
30
- | ME_mult | mean error or bias of multiplicative residuals |
31
- +------------+--------------------------------------------------------------+
32
- | RMSE_add | root mean squared additive error |
33
- +------------+--------------------------------------------------------------+
34
- | RMSE_mult | root mean squared multiplicative error |
35
- +------------+--------------------------------------------------------------+
36
- | RV_add | reduction of variance (Brier Score, Nash-Sutcliffe Efficiency|
37
- +------------+--------------------------------------------------------------+
38
- | RV_mult | reduction of variance in multiplicative space |
39
- +------------+--------------------------------------------------------------+
19
+ +------------+---------------------------------------------------------------- +
20
+ | Name | Description |
21
+ +============+================================================================ +
22
+ | beta | linear regression slope (conditional bias) |
23
+ +------------+---------------------------------------------------------------- +
24
+ | corr_p | pearson's correleation coefficien (linear correlation) |
25
+ +------------+---------------------------------------------------------------- +
26
+ | corr_s | spearman's correlation coefficient (rank correlation) |
27
+ +------------+---------------------------------------------------------------- +
28
+ | ME_add | mean error or bias of additive residuals |
29
+ +------------+---------------------------------------------------------------- +
30
+ | ME_mult | mean error or bias of multiplicative residuals |
31
+ +------------+---------------------------------------------------------------- +
32
+ | RMSE_add | root mean squared additive error |
33
+ +------------+---------------------------------------------------------------- +
34
+ | RMSE_mult | root mean squared multiplicative error |
35
+ +------------+---------------------------------------------------------------- +
36
+ | RV_add | reduction of variance (Brier Score, Nash-Sutcliffe Efficiency) |
37
+ +------------+---------------------------------------------------------------- +
38
+ | RV_mult | reduction of variance in multiplicative space |
39
+ +------------+---------------------------------------------------------------- +
40
40
41
41
offset : float
42
42
an offset that is added to both prediction and observation to avoid 0 division
0 commit comments