On Fri, Aug 18, 2017 at 1:16 AM, Oliver Angelil <molo...@gmail.com> wrote:I've been using the function provided in this blog post to perform Total Least Squares regression (also known as Orthogonal Least Squares).I'm now at a stage where I want confidence intervals and p-values. Could statsmodels do this?OliverNo, statsmodels doesn't have anything for orthogonal distance regression. You need to check what the scipy class provides. I never looked at scipy's ODR except for some simple examples a long time ago and cannot provide additional hints.