Feature 1749 hss second try#1831
Merged
JohnHalleyGotway merged 34 commits intodevelop from feature_1749_hssJun 13, 2021
+25-11
Commits
Commits on May 28, 2021
Per #1749, changes for the mechanics of adding the HSS_EC statistic to the MCTS line type. Still need to acutally compute it and make the expected correct value configurable.
committedPer #1749, add hss_ec_value as a configurable option for Point-Stat and Grid-Stat. Still need to actually compute it correctly, add it to other test config files, add support to series_analysis/sta…
committed- committed
- committed
- committed
- committed
- committed
- committed
Per #1749, no real code changes here. Just changing to consistent ordering with hss_ec_value preceeding rank_corr_flag.
committed- committed
- committed
- committed
Commits on Jun 9, 2021
- committed
Per #1749, move ECvalue from the MCTSInfo class into the ContingencyTable class so that it's available to be included in the MCTC output line type.
committedPer #1749, update point_stat, grid_stat, and series_analysis to accomodate the move of ECvalue from the MCTSInfo class to the ContingencyTable class.
committedPer #1749, update library code to write EC_VALUE to the MCTC line type and update the User's Guide docs.
committed- committed
Commits on Jun 10, 2021
- committed
- committed
- committed
- committed
Commits on Jun 11, 2021
- committed
- authored
- authored
- authored
- committed
- committed
Commits on Jun 13, 2021
- committed
Per #1749, simplify the logic so that the expected correct value for square contingency tables is initialized to 1/size. Then, prevent that default value from being overriden with bad data.
committedPer #1749, when computing the MCTS stats, no need to reset ec_value since it was already initialized to a good value when the table was created.
committedPer #1749, updating the Stat-Analysis tests to exercise the the MPR to MCTC/MCTS conversion both with the default EC value and overriding it using the -hss_ec_value job command.
committed- committed