MODE Object CSI vs Object Area CSI in METviewer #2496
-
Posting an email question I received about interpreting MODE output to discussions... I am plotting the output of MODE data in METviewer and have a strange result. The data is a comparison of two forecasts in MODE. The models are very similar in the early lead times and diverge for the later lead times. This trend has been verified with case studies. However, plotting the CSI doesn't seem to produce results that make any sense. I've attached a plot of the OBJCSI. Not only does the CSI increase with lead time (which is opposite of the trend we have seen visually), but the numbers are much too small given how similar the two forecasts should be. The second image I have attached is OBJACSI. This data is what we would expect both numerically and in the trend across forecast lead time. So, this leads to my question. How are the OBJCSI and OBJACSI different? We are trying to understand why the OBJCSI is so small. I've also attached XMLs if that is at all helpful. Added |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
The definition of the
Where:
And see above that table for...
So the answer is that Generally speaking, the area-weighted version of these statistics will indicate much, much better performance than counts of objects. Traditional contingency table statistics, including CSI, are implicitly area-weighted already. When doing grid-to-grid comparisons in Grid-Stat, each grid point is used to increment one cell of the 2 x 2 contingency table. But the historical issue with contingency table-based categorical statistics is the double-penalty problem, where a small displacement in the event leads to a large decrease in scores. The MODE I find the I realize your question is really about the difference in the trends of the data. Why does
And we could check to see how the counts of MODE object hits, misses, and false alarms vary through time for this dataset. Please let me know if you'd like to dive more into those details or whether this higher level explanation is sufficient. |
Beta Was this translation helpful? Give feedback.
-
@christina Kalb ***@***.***>, Tatiana just merged the changes into the
R-script version in METviewer. Can you verify whether this fixes the issue?
---------------
Minna Win
Pronouns: she/her
National Center for Atmospheric Research
DTC/Research Applications Lab
Phone: 303-497-8423
*My work hours may not be your work hours. Please do not feel obliged to
reply to this email outside of your normal working hours.*
---------------
…On Thu, Feb 15, 2024 at 2:19 PM Christina Kalb ***@***.***> wrote:
Yes, both the R and Python versions suffer from the same bug
—
Reply to this email directly, view it on GitHub
<#2496 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UJHSLYNPUMZPYHTT6LJ3YTZ3URAVCNFSM6AAAAABDBXDDFCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOBVGY2DE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@christina Kalb ***@***.***> , Tatiana tested on the 'dakota' instance,
I think that is the dev version.
---------------
Minna Win
Pronouns: she/her
National Center for Atmospheric Research
DTC/Research Applications Lab
Phone: 303-497-8423
*My work hours may not be your work hours. Please do not feel obliged to
reply to this email outside of your normal working hours.*
---------------
…On Thu, Feb 15, 2024 at 3:28 PM Christina Kalb ***@***.***> wrote:
I can verify, but is it in the dev version of METviewer? I want to make
sure I test with the right one
—
Reply to this email directly, view it on GitHub
<#2496 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UJHTL243FEXMFAP5QD3LYT2DZ7AVCNFSM6AAAAABDBXDDFCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOBWGIYDQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It doesn't appear to be working in the dev version of METviewer |
Beta Was this translation helpful? Give feedback.
-
I'll re-open the issue in METviewer.
Thanks for testing.
---------------
Minna Win
Pronouns: she/her
National Center for Atmospheric Research
DTC/Research Applications Lab
Phone: 303-497-8423
*My work hours may not be your work hours. Please do not feel obliged to
reply to this email outside of your normal working hours.*
---------------
…On Thu, Feb 15, 2024 at 3:49 PM Christina Kalb ***@***.***> wrote:
It doesn't appear to be working in the dev version of METviewer
—
Reply to this email directly, view it on GitHub
<#2496 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4UJHX6SUOXE6JYVJJO72LYT2GHFAVCNFSM6AAAAABDBXDDFCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOBWGM3DG>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I went poking around the METviewer source code and found the following equations for computing OBJCSI and OBJACSI.
While OBJCSI correctly counts the number of rows and OBJACSI correctly sums the object areas, they do not match the definition listed in the documentation!