Skip to content

Question about the Gilbert Skill Score #2548

Discussion options

You must be logged in to vote

@johnlwagner this is a great question. I used some sample CTC lines (ctc.txt) to test the following call to Stat-Analysis:

bin/stat_analysis -lookin ctc.txt -job aggregate_stat -line_type CTC -out_line_type CTS -out_stat cts.txt -by FCST_THRESH

And I do see the same result you report in the output. GSS = NA when the CTC line is perfect with all hits or perfect with all correct-negatives. If you remove the -by FCST_THRESH option, you'll see that when the all-hits and all-correct-negative data is combined, you do get a perfect score of 1.0.

I double-checked the GSS Equation in Appendix C and reviewed the MET code in TTContingencyTable::gss(). I do see numerically why it's being reported as…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@johnlwagner
Comment options

@JohnHalleyGotway
Comment options

@johnlwagner
Comment options

Answer selected by JohnHalleyGotway
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment