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

SMB uncertainty is not fixed at 9 % #21

Open
mankoff opened this issue Nov 12, 2021 · 0 comments
Open

SMB uncertainty is not fixed at 9 % #21

mankoff opened this issue Nov 12, 2021 · 0 comments

Comments

@mankoff
Copy link
Member

mankoff commented Nov 12, 2021

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.

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

No branches or pull requests

1 participant