[issue36018] Add a Normal Distribution class to the statistics module

Michael Selik report at bugs.python.org
Tue Feb 19 14:38:31 EST 2019


Michael Selik <mike at selik.org> added the comment:

+1, This would be useful for quick analyses, avoiding the overhead of installing scipy and looking through its documentation.

Given that it's in the statistics namespace, I think the name can be simply ``Normal`` rather than ``NormalDist``.  Also, instead of ``.from_examples`` consider naming the classmethod ``.fit``.

----------
nosy: +selik

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36018>
_______________________________________


More information about the Python-bugs-list mailing list