Feature #2583 ecnt#2825
Merged
JohnHalleyGotway merged 36 commits intodevelopfrom feature_2583_ecntMar 14, 2024
+390-135
Commits
Commits on Oct 20, 2023
Commits on Oct 31, 2023
- committed
- committed
- committed
Per #2583, switch to more concise variable naming conventions of ign_oerr_cnv, ign_oerr_cor, and dawid_seb.
committed
Commits on Nov 1, 2023
Commits on Feb 17, 2024
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Feb 21, 2024
Per #2583, switch to a consistent ECNT column naming convention with OERR at the end. Using IGN_CONV_OERR and IGN_CORR_OERR.
committed- committed
Per #2583, update PairDataEnsemble::compute_pair_vals() to compute the 5 new stats with the correct inputs.
committed- committed
- committed
- committed
- committed
Commits on Feb 22, 2024
Commits on Feb 23, 2024
Commits on Feb 27, 2024
Commits on Feb 28, 2024
Per #2583, remove the ECNT IDSS column since its just 2*pi*IGN, the existing ignorance score, and only provides meaningful information when combined with the other Dawid-Sebastiani statistics that …
committedPer #2583, add Eric's documentation of these new stats to Appendix C. Along the way, update the DOI links in the references based on this APA style guide: https://apastyle.apa.org/style-grammar-gui…
committed
Commits on Feb 29, 2024
Commits on Mar 5, 2024
Commits on Mar 8, 2024
- committedMET Tools Test Account
Per #2583, simplify ObsErrorEntry::variance() implementation. For the distribution type of NONE, return a variance of 0.0 rather than bad data, as discussed with @michelleharrold and @JeffBeck-NOAA …
committedMET Tools Test Account