Evaluation(observed, …) |
A dataset consisting of a modeled and observed dataframe. |
Evaluation.brier(self, threshold, mod_col, …) |
Calculate Brier score using the properscoring package. |
Evaluation.contingency(self, threshold, …) |
Calculate contingency statistics |
Evaluation.crps(self, mod_col, obs_col, …) |
Calculate CRPS (continuous ranked probability score) using the properscoring package. |
Evaluation.event(self, threshold, str], …) |
TODO: HUH? this is the same description as gof but returns a contingency table? Calculate goodness of fit statistics using the spotpy package. |
Evaluation.gof(self, mod_col, obs_col, …) |
Calculate goodness of fit statistics using the spotpy package. |