From 5623530dbf21179a9d8868b98c85fae6ad7687a6 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Wed, 11 Jan 2023 17:54:51 +0100 Subject: [PATCH] add missing references to book by Wilks (2011) --- include/evalhyd/detail/probabilist/brier.hpp | 7 +++++++ include/evalhyd/detail/probabilist/contingency.hpp | 2 +- include/evalhyd/detail/probabilist/quantiles.hpp | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/include/evalhyd/detail/probabilist/brier.hpp b/include/evalhyd/detail/probabilist/brier.hpp index 338c08b..da86bf6 100644 --- a/include/evalhyd/detail/probabilist/brier.hpp +++ b/include/evalhyd/detail/probabilist/brier.hpp @@ -6,6 +6,13 @@ #include <xtensor/xmasked_view.hpp> +// NOTE ------------------------------------------------------------------------ +// All equations in metrics below are following notations from +// "Wilks, D. S. (2011). Statistical methods in the atmospheric sciences. +// Amsterdam; Boston: Elsevier Academic Press. ISBN: 9780123850225". +// In particular, pp. 302-303, 332-333. +// ----------------------------------------------------------------------------- + namespace evalhyd { namespace probabilist diff --git a/include/evalhyd/detail/probabilist/contingency.hpp b/include/evalhyd/detail/probabilist/contingency.hpp index 6ef68ff..75964ee 100644 --- a/include/evalhyd/detail/probabilist/contingency.hpp +++ b/include/evalhyd/detail/probabilist/contingency.hpp @@ -6,6 +6,7 @@ #include <xtensor/xmasked_view.hpp> #include <xtensor/xmath.hpp> + // NOTE ------------------------------------------------------------------------ // All equations in metrics below are following notations from // "Wilks, D. S. (2011). Statistical methods in the atmospheric sciences. @@ -13,7 +14,6 @@ // In particular, pp. 302-303, 332-333. // ----------------------------------------------------------------------------- - namespace evalhyd { namespace probabilist diff --git a/include/evalhyd/detail/probabilist/quantiles.hpp b/include/evalhyd/detail/probabilist/quantiles.hpp index b4963c5..184f0d3 100644 --- a/include/evalhyd/detail/probabilist/quantiles.hpp +++ b/include/evalhyd/detail/probabilist/quantiles.hpp @@ -6,6 +6,13 @@ #include <xtensor/xsort.hpp> +// NOTE ------------------------------------------------------------------------ +// All equations in metrics below are following notations from +// "Wilks, D. S. (2011). Statistical methods in the atmospheric sciences. +// Amsterdam; Boston: Elsevier Academic Press. ISBN: 9780123850225". +// In particular, pp. 302-303, 332-333. +// ----------------------------------------------------------------------------- + namespace evalhyd { namespace probabilist -- GitLab