You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the Concentration ROC diagram and adding the ROC and Molchgan plots using the alarm-based approach (#254)
* introduction of Contingency Molchan and ROC diagrams
I added the code to plot the contingency_ROC and the contingency_Molchan in the .\csep\utils\plots.py.
I also inserted the two funcions in the tutorial of "gridded_forecast_evaluation.py"
* Tutorial to draw the contingency_ROC and Molchan diagrams
i inserted the two function in the example "gridded_forecast_evaluation.py"
* Upgrade ROC diagram and new plots Molchan and ROC diagrams.
* fixed plot_gridded_forecast.py
updated function name call
* updated function names in gridded_forecast_evaluation.py
* removed plot_roc_diagram from plot_gridded_forecast.py
---------
Co-authored-by: Pablo Iturrieta <69042881+pabloitu@users.noreply.github.com>
Copy file name to clipboardExpand all lines: examples/tutorials/gridded_forecast_evaluation.py
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,38 @@
118
118
# When comparing the forecast ROC curve against a catalog, one can evaluate if the forecast is more or less specific (or smooth) at different level or seismic rate.
119
119
#
120
120
# Note: This figure just shows an example of plotting an ROC curve with a catalog forecast.
121
+
# If "linear=True" the diagram is represented using a linear x-axis.
122
+
# If "linear=False" the diagram is represented using a logarithmic x-axis.
0 commit comments