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

Confidence intervals from linear regression #104

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

adrienbanse
Copy link
Member

Following #95, for each value that is a result of a linear regression, we explicitely compute uncertainty and provide 95% confidence intervals with y = f(x) +- 1.96 * std_dev.

In the context of the computed impacts, the standard deviations for both the energy and the latency have been computed in https://github.com/genai-impact/methodology/blob/main/lab/lin_reg.ipynb. The impacts that depend on these values are therefore ValueRange, and not float or int such as before.

This PR also adds somes tests for ValueRange, as __mul__ and __truediv__ operations were implented.

Remains to

  • Update the doc

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

Successfully merging this pull request may close these issues.

1 participant