We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SMB uncertainty is 9 % when taking the mean of three RCMs each with 15 % uncertainty.
unumpy.uarray([1,1,1], [15,15,15]).mean() > 1.0+/-8.660254037844387
But when there are only two RCMs, uncertainty grows to 11 %:
unumpy.uarray([1,1], [15,15]).mean() > 1.0+/-10.606601717798213
And the full 15 % when only using 1 RCM.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SMB uncertainty is 9 % when taking the mean of three RCMs each with 15 % uncertainty.
But when there are only two RCMs, uncertainty grows to 11 %:
And the full 15 % when only using 1 RCM.
The text was updated successfully, but these errors were encountered: