I made ten measurements and obtained 10 best fit values as well as errors associated with each of the best fit values. The uncertainty in each of the measurements is known to be asymmetrically distributed, so the confidence intervals 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 uncertainty.
I believe this kind of problem is common in statistics. Is there a reasonably simple way to fit a linear model to data with an underlying non-normal/asymmetric distribution?