I made ten measurements and obtained 10 best fit values as well as errors associated with each of the best fit values. The errors are confidence intervals and are asymmetric.
These best fit values are expected to be linearly proportional to an independent variable, let's say, time. Thus I want to fit the data to a linear function. However, I couldn't find a Python library that supports a fitting with asymmetric errors.
I believe this kind of problem is common in statistics. Is there a reasonably simple of fitting a linear model to such data with asymmteric errors?