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 2206 fair crps to ecnt #2247

Merged
merged 25 commits into from
Sep 13, 2022
Merged

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    b01447c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b473f4 View commit details
    Browse the repository at this point in the history
  3. Per issue #2206, for ecnt_columns, added CRPS_EMP_FAIR. SL

    Seth Linden committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3a18c1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    017448c View commit details
    Browse the repository at this point in the history
  5. Per issue #2206, in ECNTInfo, added crps_emp_fair. SL

    Seth Linden committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    3552644 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Per issue #2206, started stubbing code pieced to calculate crps_emp_f…

    …air. SL
    Seth Linden committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    faa6a13 View commit details
    Browse the repository at this point in the history
  2. Per issue #2206, added new function mean_abs_diff(). SL

    Seth Linden committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    53c72f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Per issue #2206, in compute_pair_vals() updated the code to calculate…

    … crps_emp and crps_emp_fair. SL
    Seth Linden committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    eb77572 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Per issue #2206, added crps_emp_fair (CRPS_EMP_FAIR) to relevant code…

    … pieces. SL
    Seth Linden committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7ffe9b4 View commit details
    Browse the repository at this point in the history
  2. Per issue #2206, added wording for CRPS_EMP_FAIR, also added it to la…

    …st column of ECNT line type. SL
    Seth Linden committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    1eeed47 View commit details
    Browse the repository at this point in the history
  3. Per issue #2206, added info for CRPS_EMP_FAIR and also added the math…

    … equation for this. SL
    Seth Linden committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f4039c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    2c13f4a View commit details
    Browse the repository at this point in the history
  2. Per issue #2206, updated the crps_emp_fair calculation to subtract th…

    …e weighted_mean_abs_diff. SL
    Seth Linden committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    51d5f67 View commit details
    Browse the repository at this point in the history
  3. Per issue #2206, in aggr_orank_lines(), updated calculation for crps_…

    …emp_fair to use weighted_mean_abs_diff. SL
    Seth Linden committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    44309c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e326222 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Per issue #2206, renamed weighted_mean_abs_diff() to wmean_abs_diff()…

    …. SL
    Seth Linden committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3442897 View commit details
    Browse the repository at this point in the history
  2. Per issue #2206, for the crps_emp_fair calculation, changed weighted_…

    …mean_abs_diff() to wmean_abs_diff(). SL
    Seth Linden committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    48648cf View commit details
    Browse the repository at this point in the history
  3. Per issue #2206, in aggr_orank_lines(), for the crps_emp_fair calcula…

    …tion, changed weighted_mean_abs_diff() to wmean_abs_diff(). SL
    Seth Linden committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c93090d View commit details
    Browse the repository at this point in the history
  4. Per issue #2206, updated the math equation for the CRPS_EMP_FAIR calc…

    …ulation. SL
    Seth Linden committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a451368 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 12, 2022

  1. Per issue #2206, added code for crps_emp_fair. SL

    Seth Linden committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    32c060a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db8ce8 View commit details
    Browse the repository at this point in the history
  3. Per issue #2206, in set() function, added checks for crps_emp and crp…

    …s_emp_fair, for values of 0.0. SL
    Seth Linden committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f9e17db View commit details
    Browse the repository at this point in the history