This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients rhettinger, steven.daprano
Date 2021-11-21.10:29:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20211121102835.GA16165@ando.pearwood.info>
In-reply-to <1636655145.54.0.81558353914.issue45766@roundup.psfhosted.org>
Content
Hi Raymond,

I'm satisfied that this should be approved. The code looks good to me 
and in my tests it matches the results from other software.

I don't think there is any need to verify that plain OLS regression 
produces an intercept close to zero. (What counts as close to zero?) If 
users want to check that, they can do so themselves.

Regarding my concern with the coefficient of determination, I don't 
think that's enough of a problem that it should delay adding this 
functionality. I don't know what, if anything, should be done, but in 
the meantime we should approve this new feature.

For the record, an example of the problem can be seen on the last slide 
here:

https://www.azdhs.gov/documents/preparedness/state-laboratory/lab-licensure-certification/technical-resources/calibration-training/09-linear-forced-through-zero-calib.pdf

The computed r**2 of 1.0 is clearly too high for the RTO line.
History
Date User Action Args
2021-11-21 10:29:56steven.dapranosetrecipients: + steven.daprano, rhettinger
2021-11-21 10:29:56steven.dapranolinkissue45766 messages
2021-11-21 10:29:55steven.dapranocreate