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
# We can also plot the Receiver operating characteristic (ROC) Curves based on forecast and testing-catalog.
114
-
# In the figure below, False Positive Rate is the normalized cumulative forecast rate, after sorting cells in decreasing order of rate.
115
-
# The "True Positive Rate" is the normalized cumulative area. The dashed line is the ROC curve for a uniform forecast,
116
-
# meaning the likelihood for an earthquake to occur at any position is the same. The further the ROC curve of a
117
-
# forecast is to the uniform forecast, the specific the forecast is. When comparing the
118
-
# forecast ROC curve against an catalog, one can evaluate if the forecast is more or less specific
119
-
# (or smooth) at different level or seismic rate.
114
+
# In the figure below, True Positive Rate is the normalized cumulative forecast rate, after sorting cells in decreasing order of rate.
115
+
# The “False Positive Rate” is the normalized cumulative area.
116
+
# The dashed line is the ROC curve for a uniform forecast, meaning the likelihood for an earthquake to occur at any position is the same.
117
+
# The further the ROC curve of a forecast is to the uniform forecast, the specific the forecast is.
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.
120
119
#
121
120
# Note: This figure just shows an example of plotting an ROC curve with a catalog forecast.
0 commit comments