I collect some data with linear fit. I want the weight of the error bars. Until now, I used fitting.py bulldogs. Their linear_fit makes weighted linear regressions very easy. Unfortunately, the data I'm working with has an error in both the X and Y directions.
I was wondering how this is done practically (in Python) and theoretically (in statistical terms), this will be done.
source share