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

Add MOS as a reference method #4

Open
bhlmn opened this issue May 17, 2017 · 2 comments
Open

Add MOS as a reference method #4

bhlmn opened this issue May 17, 2017 · 2 comments
Assignees

Comments

@bhlmn
Copy link
Owner

bhlmn commented May 17, 2017

Seems simple enough ... first order approximation would be to say that if t06.20 > 50%, then that means that MOS is forecasting a thunderstorm event. But the probabilities from previous runs aren't mutually exclusive ... how to reconcile this?

@bhlmn bhlmn self-assigned this May 17, 2017
@bhlmn
Copy link
Owner Author

bhlmn commented May 17, 2017

Could easily access information using row id ... http://stackoverflow.com/questions/16144739/get-data-frame-row-by-id

@bhlmn
Copy link
Owner Author

bhlmn commented May 18, 2017

After thinking about it a little bit more, I think what makes the most sense is to:

df.scaled$mos.prob <- max(t06.08, t06.14, t06.20)

If it is over 50%, count it as a hit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant