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 selik
Recipients mark.dickinson, rhettinger, selik, steven.daprano, tim.peters
Date 2019-02-19.19:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550605111.59.0.639303690147.issue36018@roundup.psfhosted.org>
In-reply-to
Content
+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``.
History
Date User Action Args
2019-02-19 19:38:31seliksetrecipients: + selik, tim.peters, rhettinger, mark.dickinson, steven.daprano
2019-02-19 19:38:31seliksetmessageid: <1550605111.59.0.639303690147.issue36018@roundup.psfhosted.org>
2019-02-19 19:38:31seliklinkissue36018 messages
2019-02-19 19:38:31selikcreate