@@ -15,29 +15,29 @@ def scores_det_cat_fcst(pred, obs, thr, scores):
15
15
a list containing the names of the scores to be computed, the full list
16
16
is:
17
17
18
- +------------+-------------------------------------------------------------- +
19
- | Name | Description |
20
- +============+============================================================== +
21
- | ACC | accuracy (proportion correct) |
22
- +------------+-------------------------------------------------------------- +
23
- | BIAS | frequency bias |
24
- +------------+-------------------------------------------------------------- +
25
- | CSI | critical success indey (threat score) |
26
- +------------+-------------------------------------------------------------- +
27
- | FA | false alarm rate (prob. of false detection) |
28
- +------------+-------------------------------------------------------------- +
29
- | FAR | false alarm ratio |
30
- +------------+-------------------------------------------------------------- +
31
- | GSS | Gilbert skill score (equitable threat score) |
32
- +------------+-------------------------------------------------------------- +
33
- | HK | Hanssen-Kuipers discriminant (Pierce skill score) |
34
- +------------+-------------------------------------------------------------- +
35
- | HSS | Heidke skill score |
36
- +------------+-------------------------------------------------------------- +
37
- | POD | probability of detection (hit rate) |
38
- +------------+-------------------------------------------------------------- +
39
- | SEDI | linear regression slope (conditional bias) |
40
- +------------+-------------------------------------------------------------- +
18
+ +------------+--------------------------------------------------------+
19
+ | Name | Description |
20
+ +============+========================================================+
21
+ | ACC | accuracy (proportion correct) |
22
+ +------------+--------------------------------------------------------+
23
+ | BIAS | frequency bias |
24
+ +------------+--------------------------------------------------------+
25
+ | CSI | critical success index (threat score) |
26
+ +------------+--------------------------------------------------------+
27
+ | FA | false alarm rate (prob. of false detection) |
28
+ +------------+--------------------------------------------------------+
29
+ | FAR | false alarm ratio |
30
+ +------------+--------------------------------------------------------+
31
+ | GSS | Gilbert skill score (equitable threat score) |
32
+ +------------+--------------------------------------------------------+
33
+ | HK | Hanssen-Kuipers discriminant (Pierce skill score) |
34
+ +------------+--------------------------------------------------------+
35
+ | HSS | Heidke skill score |
36
+ +------------+--------------------------------------------------------+
37
+ | POD | probability of detection (hit rate) |
38
+ +------------+--------------------------------------------------------+
39
+ | SEDI | linear regression slope (conditional bias) |
40
+ +------------+--------------------------------------------------------+
41
41
42
42
Returns
43
43
-------
0 commit comments