You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The definition of "significance" seems to be wrong. According to the docs:
“s” or “significance”: the sensitivity coefficient (below) multiplied by the standard uncertainty, displayed by default
The significance is in fact calculated as x.u / result.u (or v[0]/yu in budget.py)
If I am not mistaken, the correct text should therefore be:
“s” or “significance”: the sensitivity coefficient (below) multiplied by the standard uncertainty divided by the combined standard uncertainty, displayed by default
The text was updated successfully, but these errors were encountered:
This also raises the question on how to retreive the uncertainty contribution sensitivity coefficient * standard uncertainty. Maybe I am just overlooking something?
The documentation is still wrong here. Moreover, wouldn't it make more sense to define s as (sensitivity coefficient * standard uncertainty/combined uncertainty)**2 so they all add up to one?
The definition of "significance" seems to be wrong. According to the docs:
The significance is in fact calculated as
x.u / result.u
(orv[0]/yu
in budget.py)If I am not mistaken, the correct text should therefore be:
The text was updated successfully, but these errors were encountered: