Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #2583 ecnt fix IGN_OERR_CORR #2838

Merged
merged 38 commits into from
Mar 14, 2024
Merged

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    6afcd06 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    3e517f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a1173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72492f0 View commit details
    Browse the repository at this point in the history
  4. Per #2583, switch to more concise variable naming conventions of ign_…

    …oerr_cnv, ign_oerr_cor, and dawid_seb.
    JohnHalleyGotway committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d49cddb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    2d61020 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    84b41f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b1e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3781d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    48f8893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac848bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db85cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc3a8b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8a51bb View commit details
    Browse the repository at this point in the history
  6. Per #2583, update vx_statistics library with obs_error handling logic…

    … for the 5 new ECNT columns
    JohnHalleyGotway committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    24ad757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a063757 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b089015 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Per #2583, switch to a consistent ECNT column naming convention with …

    …OERR at the end. Using IGN_CONV_OERR and IGN_CORR_OERR.
    JohnHalleyGotway committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    45028eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05dba96 View commit details
    Browse the repository at this point in the history
  3. Per #2583, update PairDataEnsemble::compute_pair_vals() to compute th…

    …e 5 new stats with the correct inputs.
    JohnHalleyGotway committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    19dd02b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85eb770 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a51531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ee87bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a217030 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Per #2583, remove the DS_ADD_OERR and DS_MULT_OERR ECNT columns and r…

    …ename DS_OERR as DSS, since observation error is not actually involved in its computation.
    JohnHalleyGotway committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    cc9d981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    951d5c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ff11f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    d56c835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e0592 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    2dfc6b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Per #2583, remove the ECNT IDSS column since its just 2*pi*IGN, the e…

    …xisting ignorance score, and only provides meaningful information when combined with the other Dawid-Sebastiani statistics that have already been removed.
    JohnHalleyGotway committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7dd88b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d141e84 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Per #2583, fix new equations with embedded underscores for PDF by def…

    …ining both html and pdf formatting options.
    JohnHalleyGotway committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7759d22 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Per #2583, update the ign_conv_oerr equation to include a 2

    *pi multiplier for consistency with the existing ignorance score. Also, fix the documented equations.
    JohnHalleyGotway committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    580b03e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Per #2583, remove log file that was inadvertently added on this branch.

    MET Tools Test Account committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    14411de View commit details
    Browse the repository at this point in the history
  2. 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 on 3/8/2024.
    MET Tools Test Account committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    449426c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Per #2583, updates to ensemble-stat.rst recommended by @michelleharrold

    MET Tools Test Account committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9c048ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f03d3d9 View commit details
    Browse the repository at this point in the history