Skip to content

Commit

Permalink
add 'ECNT_ME','ECNT_RMSE', 'CRPS', 'ECNT_CRPS tp zero_perf_score_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaBurek committed Oct 10, 2022
1 parent 37d3f27 commit 21ec700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R_work/include/util_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ perfectScoreAdjustment <- function(meanStats1, meanStats2, statistic, pval){
zero_perf_score_stats <- c('POFD','FAR','ESTDEV','MAE', 'MSE', 'BCMSE', 'RMSE', 'E10', 'E25', 'E50', 'E75',
'E90', 'EIQR', 'MAD', 'ME2', 'ME', 'ESTDEV', 'ODDS','LODDS','VL1L2_MSE','VL1L2_RMSE',
'VL1L2_RMSVE','PSTD_BRIER', 'PSTD_RELIABILITY', 'NBR_FBS' ,'VL1L2_SPEED_ERR', 'NBR_POFD', 'NBR_FAR','NBR_ODDS',
'RPS', 'RPS_REL', 'BCRMSE');
'RPS', 'RPS_REL', 'BCRMSE', 'ECNT_ME','ECNT_RMSE', 'CRPS', 'ECNT_CRPS');

one_perf_score_stats <- c('ACC', 'FBIAS', 'PODY','PODN', 'CSI', 'GSS', 'HK', 'HSS', 'ORSS', 'EDS', 'SEDS',
'EDI', 'SEDI', 'BAGSS','PR_CORR', 'SP_CORR', 'KT_CORR', 'MBIAS', 'ANOM_CORR','ANOM_CORR_UNCNTR', 'VL1L2_BIAS','VL1L2_CORR',
Expand Down

0 comments on commit 21ec700

Please sign in to comment.