-
Notifications
You must be signed in to change notification settings - Fork 40
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
Result of halfwidth_ci_test
may not correct.
#413
Comments
Hi @Tianjie-Wu, thanks for reporting this. Could you specify a bit more what you think should change? Just the documentation or do you think the computation is wrong somewhere? |
Hello @aaronspring , thank you for your response. |
Feel free to open a PR |
thanks |
In document of
xskillscore
, result ofhalfwidth_ci_test
is described as follow: difference in scores (score(f2) - score(f1))However, I discovered that this is only partially right.
For example, when the metric is
RMSE
, this method returns the differencescore(f2) - score(f1)
, but when the metric isME
, this function returns the differencescore(f1) - score(f2)
.Code Sample, a copy-pastable example if possible
the result is listed as follow:
The text was updated successfully, but these errors were encountered: