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 tebeka
Recipients matthewharrison, pablogsal, rhettinger, steven.daprano, tebeka
Date 2021-05-17.03:52:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621223579.35.0.945949046315.issue44151@roundup.psfhosted.org>
In-reply-to
Content
I'm +1 on the changes proposed by Raymond.

In my teaching experience most developers who will use the built-in statistics package will have highschool level math experience.

On the other hand, they'll probably to Wikipedia and the entry there uses dependent variable and regressor (https://en.wikipedia.org/wiki/Linear_regression#Introduction)

On the third hand :) scipy (https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.linregress.html) uses slope and intercept.

I thin "Line" is a good name for the result.
History
Date User Action Args
2021-05-17 03:52:59tebekasetrecipients: + tebeka, rhettinger, steven.daprano, pablogsal, matthewharrison
2021-05-17 03:52:59tebekasetmessageid: <1621223579.35.0.945949046315.issue44151@roundup.psfhosted.org>
2021-05-17 03:52:59tebekalinkissue44151 messages
2021-05-17 03:52:59tebekacreate