From 170c503ead3303b3852a1f442c475549861198fe Mon Sep 17 00:00:00 2001 From: Tennessee Leeuwenburg Date: Sat, 7 Sep 2024 16:00:44 +1000 Subject: [PATCH] Updates to use https links in references and other doc adjustments --- docs/included.md | 4 ++-- src/scores/continuous/standard_impl.py | 2 +- tutorials/Additive_and_multiplicative_bias.ipynb | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/included.md b/docs/included.md index aead51e8..711cbbc4 100644 --- a/docs/included.md +++ b/docs/included.md @@ -97,10 +97,10 @@ - [API](api.md#scores.continuous.correlation.pearsonr) - [Tutorial](project:./tutorials/Pearsons_Correlation.md) - [Wikipedia](https://en.wikipedia.org/wiki/Pearson_correlation_coefficient) -* - Percent Bias +* - Percent Bias (PBIAS) - [API](api.md#scores.continuous.pbias) - [Tutorial](project:./tutorials/Additive_and_multiplicative_bias.md) - - [Percent Bias (CRAN hydroGOF)](https://search.r-project.org/CRAN/refmans/hydroGOF/html/pbias.html); [Sorooshian et al. (1993)](https://doi.org/10.1029/92WR02617); [Alfieri et al. (2014)](http://dx.doi.org/10.1016/j.jhydrol.2014.06.035); [Dawson et al. (2007)](https://doi.org/10.1016/j.envsoft.2006.06.008); [Moriasi et al. (2007)](https://doi.org/10.13031/2013.23153) + - [Percent Bias (CRAN hydroGOF)](https://search.r-project.org/CRAN/refmans/hydroGOF/html/pbias.html); [Sorooshian et al. (1993)](https://doi.org/10.1029/92WR02617); [Alfieri et al. (2014)](https://doi.org/10.1016/j.jhydrol.2014.06.035); [Dawson et al. (2007)](https://doi.org/10.1016/j.envsoft.2006.06.008); [Moriasi et al. (2007)](https://doi.org/10.13031/2013.23153) * - Pinball Loss, *see Quantile Loss* - — - — diff --git a/src/scores/continuous/standard_impl.py b/src/scores/continuous/standard_impl.py index 47fe08b9..26d69df3 100644 --- a/src/scores/continuous/standard_impl.py +++ b/src/scores/continuous/standard_impl.py @@ -392,7 +392,7 @@ def pbias( Water Resources Research, 29(4), 1185-1194. https://doi.org/10.1029/92WR02617 - Alfieri, L., Pappenberger, F., Wetterhall, F., Haiden, T., Richardson, D., & Salamon, P. (2014). Evaluation of ensemble streamflow predictions in Europe. Journal of Hydrology, 517, 913-922. - http://doi.org/10.1016/j.jhydrol.2014.06.035 + https://doi.org/10.1016/j.jhydrol.2014.06.035 - Dawson, C. W., Abrahart, R. J., & See, L. M. (2007). HydroTest: A web-based toolbox of evaluation metrics for the standardised assessment of hydrological forecasts. Environmental Modelling and Software, 22(7), 1034-1052. diff --git a/tutorials/Additive_and_multiplicative_bias.ipynb b/tutorials/Additive_and_multiplicative_bias.ipynb index deaad0ca..c56a8fdf 100644 --- a/tutorials/Additive_and_multiplicative_bias.ipynb +++ b/tutorials/Additive_and_multiplicative_bias.ipynb @@ -1003,7 +1003,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## References\n", + "## Further Reading\n", "\n", "Additive Bias (Mean Error)\n", "\n", @@ -1016,7 +1016,7 @@ "Percent Bias\n", "\n", "- Sorooshian, S., Duan, Q., & Gupta, V. K. (1993). Calibration of rainfall-runoff models: Application of global optimization to the Sacramento Soil Moisture Accounting Model. *Water Resources Research, 29*(4), 1185-1194. https://doi.org/10.1029/92WR02617\n", - "- Alfieri, L., Pappenberger, F., Wetterhall, F., Haiden, T., Richardson, D., & Salamon, P. (2014). Evaluation of ensemble streamflow predictions in Europe. *Journal of Hydrology, 517*, 913-922. http://doi.org/10.1016/j.jhydrol.2014.06.035\n", + "- Alfieri, L., Pappenberger, F., Wetterhall, F., Haiden, T., Richardson, D., & Salamon, P. (2014). Evaluation of ensemble streamflow predictions in Europe. *Journal of Hydrology, 517*, 913-922. https://doi.org/10.1016/j.jhydrol.2014.06.035\n", "- Dawson, C. W., Abrahart, R. J., & See, L. M. (2007). HydroTest: A web-based toolbox of evaluation metrics for the standardised assessment of hydrological forecasts. *Environmental Modelling and Software, 22*(7), 1034-1052. https://doi.org/10.1016/j.envsoft.2006.06.008\n", "- Moriasi, D. N., Arnold, J. G., Van Liew, M. W., Bingner, R. L., Harmel, R. D., & Veith, T. L. (2007). Model evaluation guidelines for systematic quantification of accuracy in watershed simulations. *Transactions of the ASABE, 50*(3), 885-900. https://doi.org/10.13031/2013.23153" ]