-
Notifications
You must be signed in to change notification settings - Fork 26
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
Request: Spearman rank correlation #313
Comments
I will work on this one |
@lbluett just a heads up that over time Here are some links to some recently written docstrings, which can serve as guides/templates: KGE: https://scores.readthedocs.io/en/stable/api.html#scores.continuous.kge Also, while you can wait until you have finished your work before opening a pull request, it is also completely fine to open a draft pull request part way through and request feedback part way through. |
Any objections to implementing this using xr.corr like Pearson's correlation is calculated? |
Thanks Steph, appreciate your guidance. I'll open a draft shortly regarding my question above. |
I would presume is should be fine. I'll ask someone who's familiar with that part of the codebase to chime in. ping @nicholasloveday . |
@BethEbert requested that we add Spearman rank correlation in #309
It should be straightforward to create using
xr.cov
andxr.std
The text was updated successfully, but these errors were encountered: