Estimate the standard deviation of fitted parameters in scipy.odr?
问题 ( Somewhat related to this question Linear fit including all errors with NumPy/SciPy, and borrowing code from this one Linear fitting in python with uncertainty in both x and y coordinates ) I fit a linear model ( y=a*x+b ) using fixed errors in x,y using scipy.odr (code is below), and I get: Parameters (a, b): [ 5.21806759 -4.08019995] Standard errors: [ 0.83897588 2.33472161] Squared diagonal covariance: [ 1.06304228 2.9582588 ] What is the correct standard deviation values for the fitted a