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

Tracking the accuracy/uncertainty of operations #143

Open
kreczko opened this issue Jan 21, 2022 · 0 comments
Open

Tracking the accuracy/uncertainty of operations #143

kreczko opened this issue Jan 21, 2022 · 0 comments

Comments

@kreczko
Copy link
Contributor

kreczko commented Jan 21, 2022

Recent adjustments to the codebase unearthed some uncertainties that we need to find a way to keep track off.

The current example is ak.sum vs np.sum where the result is dependent on the parameters used (see scikit-hep/awkward#1241).

I've found some old numpy discussions but also a related project - accupy.

In the same spirit as we teach students how to do error-propagation for experiments they do, we should find a way to at least estimate the uncertainties of operations performed.

We might want to have a look at unumpy

A --with-error-propagation option would be the best possible outcome.

In the meantime we should do our best to make people aware of the numerical limitations.

@kreczko kreczko changed the title Tracking the accuracy of operations Tracking the accuracy/uncertainty of operations Jan 21, 2022
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