Fit data with asymmetric error bars on both axes #942
Replies: 1 comment
-
iminuit currently does not handle this case, because it is ill-defined, see section 6.3 in https://arxiv.org/pdf/1905.12362.pdf |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have to fit a set of data points whose error bars are asymmetric on both axes (e.g., Y1+0.2-0.3, X1+0.1-0.2, Y2+0.1-0.5.....). Can
iminuit
face this task? How?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions