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 davin, mark.dickinson, rhettinger, selik, steven.daprano, tim.peters, xtreak
Date 2019-02-24.03:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550979668.05.0.985591670037.issue36018@roundup.psfhosted.org>
In-reply-to
Content
Davin: the chice of using mu versus xbar was deliberate, as they represent different quantities: the population mean versus a sample mean. But reading over the docs with fresh eyes, I can now see that the distinction is not as clear as I intended.

I think that changing the names now would be a breaking change, but even if it wasn't, I don't want to change the names. The distinction between population parameters (mu) and sample statistics (xbar) is important and I think the function parameters should reflect that.

As for the new NormalDist class, we aren't limited by backwards compatibility, but I would still argue for the current names mu and sigma. As well as matching the population parameters of the distribution, they also matches the names used in calculators such as the TI Nspire and Casio Classpad (two very popular CAS calculators used by secondary school students).

See #36099. If you would like to suggest some doc changes, please feel free to do so.
History
Date User Action Args
2019-02-24 03:41:08steven.dapranosetrecipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, davin, selik, xtreak
2019-02-24 03:41:08steven.dapranosetmessageid: <1550979668.05.0.985591670037.issue36018@roundup.psfhosted.org>
2019-02-24 03:41:08steven.dapranolinkissue36018 messages
2019-02-24 03:41:07steven.dapranocreate