Skip to content

Commit f168b63

Browse files
committed
Docstring fixes
1 parent 6183fab commit f168b63

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pysteps/verification/detcatscores.py

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ def scores_det_cat_fcst(pred, obs, thr, scores):
1515
a list containing the names of the scores to be computed, the full list
1616
is:
1717
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+
+------------+--------------------------------------------------------+
4141
4242
Returns
4343
-------

0 commit comments

Comments
 (0)