Metrics of Ensemble Forecast Skill (hydrostats.ens_metrics)¶
hydrostats.ens_metrics Module¶
Contains all the metrics included in hydrostats that measure forecast skill.
Each forecast metric is contained in a function, and every metric can treat missing values as well as remove zero and negative values from the timeseries data. Users will be warned which start dates have been removed in the warnings that display during the function execution.
Functions¶
|
Calculate Area Under the Relative Operating Characteristic curve (AUROC). |
|
Calculate the continuous ranked probability score (CRPS). |
|
Compute the kernel representation of the continuous ranked probability score (CRPS). |
|
Calculate the ensemble-adjusted Brier Score. |
|
Calculate the ensemble-adjusted Continuous Ranked Probability Score (CRPS). |
|
Calculate the mean absolute error between observed values and the ensemble mean. |
|
Calculate the mean error between observed values and the ensemble mean. |
|
Calculate the mean squared error between observed values and the ensemble mean. |
|
Calculate the pearson correlation coefficient between observed values and the ensemble mean. |
|
Calculate the root mean squared error between observed values and the ensemble mean. |
|
Calculate the skill score of the given function. |