How to fit data with asymmetric error bars

298 Views Asked by At

I hope someone can help me with the following problem: I have a set of data, each one with the shape [y_best, y_min, y_max], where y_min and y_max are the extremes of the error bar; just to give an idea: enter image description here

I want to fit this data in Python3, but i don't know how to do because of these asymmetric error bars.. someone can help me?

0

There are 0 best solutions below