Commit 5623530d authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add missing references to book by Wilks (2011)

1 merge request!3release v0.1.0
Pipeline #43286 passed with stage
in 2 minutes and 33 seconds
Showing with 15 additions and 1 deletion
+15 -1
...@@ -6,6 +6,13 @@ ...@@ -6,6 +6,13 @@
#include <xtensor/xmasked_view.hpp> #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 evalhyd
{ {
namespace probabilist namespace probabilist
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <xtensor/xmasked_view.hpp> #include <xtensor/xmasked_view.hpp>
#include <xtensor/xmath.hpp> #include <xtensor/xmath.hpp>
// NOTE ------------------------------------------------------------------------ // NOTE ------------------------------------------------------------------------
// All equations in metrics below are following notations from // All equations in metrics below are following notations from
// "Wilks, D. S. (2011). Statistical methods in the atmospheric sciences. // "Wilks, D. S. (2011). Statistical methods in the atmospheric sciences.
...@@ -13,7 +14,6 @@ ...@@ -13,7 +14,6 @@
// In particular, pp. 302-303, 332-333. // In particular, pp. 302-303, 332-333.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
namespace evalhyd namespace evalhyd
{ {
namespace probabilist namespace probabilist
......
...@@ -6,6 +6,13 @@ ...@@ -6,6 +6,13 @@
#include <xtensor/xsort.hpp> #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 evalhyd
{ {
namespace probabilist namespace probabilist
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment